Nasal Unit Testing Framework: Difference between revisions

Jump to navigation Jump to search
m
→‎The standalone Nasal interpreter: DENABLE_LIBSVN=OFF - http://flightgear.org/forums/viewtopic.php?f=30&t=19948&p=184615#p184615
m (→‎The standalone Nasal interpreter: DENABLE_LIBSVN=OFF - http://flightgear.org/forums/viewtopic.php?f=30&t=19948&p=184615#p184615)
Line 29: Line 29:
     mkdir BUILD
     mkdir BUILD
     cd BUILD
     cd BUILD
     cmake ../ -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF  
     cmake ../ -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF -DENABLE_LIBSVN=OFF
     make
     make
</pre>
</pre>
Line 40: Line 40:


*create and use a separate build folder, separate from the source tree
*create and use a separate build folder, separate from the source tree
* configure the build via -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF  
* configure the build via -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF -DENABLE_LIBSVN=OFF
* build
* build
* report back  
* report back  

Navigation menu