Changes between Version 6 and Version 7 of MussaglBuild


Ignore:
Timestamp:
04/10/2006 03:56:11 PM (18 years ago)
Author:
diane
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MussaglBuild

    v6 v7  
    2222cmake ..
    2323make
    24 cd qui
    25 ./mussagl
     24qui/mussagl
    2625}}}
     26(Yes its annoying that the executable is dropped in a subdirectory, I hope that as I learn more about cmake I can fix that).
    2727
    2828To run the unittests from with in the build directory type
     
    4141which will show the actual commands being used to compile the program, and
    4242{{{
    43 cmake -VV
     43ctest -VV
    4444}}}
    4545which will show the output of the various test programs.