File: build.sh

package info (click to toggle)
necpp 1.5.0%2Bcvs20101003-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,948 kB
  • sloc: cpp: 34,532; ansic: 10,190; fortran: 8,339; python: 2,948; makefile: 200; ruby: 66; sh: 15
file content (9 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Script to build the nec2++ ruby module.
# Change the RUBY environment variable 
# as appropriate for your system
RUBY=ruby1.9.1
swig -v -c++ -ruby necpp.i
${RUBY} extconf.rb
make
sudo make install