source: trunk/src/compile_functions.m @ 501

Last change on this file since 501 was 481, checked in by gostiaux, 12 years ago

.sh files in the uvmat folder, binary in bin subfolder

File size: 300 bytes
Line 
1% commands to compile civ_matlab and eventually other functions
2
3mcc -m -R -nojvm -R -nodisplay civ_matlab.m
4system('mv -f civ_matlab bin/');
5system('sed -e ''s#/civ_matlab#/bin/civ_matlab#'' run_civ_matlab.sh > civ_matlab.sh');
6system('rm run_civ_matlab.sh');
7system('chmod +x civ_matlab.sh');
8
9
10
11
Note: See TracBrowser for help on using the repository browser.