Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Doxygen
Context Navigation
Last Change
Annotate
Revision Log
root
/
build_unix_mex
View revision:
Revision
633
,
83 bytes
(checked in by smidl,
15 years
ago)
Shell script for building mexes on unix platforms
Line
1
#!/bin/sh
2
3
cd
library/
4
cmake .
5
make
6
7
cd
-
8
cd
applications/bdmtoolbox/
9
cmake .
10
make
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format