Changes

From Studiosg
Jump to navigationJump to search
m
no edit summary
Line 20: Line 20:  
   # Clean cmake cache
 
   # Clean cmake cache
 
   find . -name CMakeCache.txt -exec rm {} \;
 
   find . -name CMakeCache.txt -exec rm {} \;
Then you must '''create a  directory''' where to compile the source code and store binary files. ''Cmake seem to have a preference for '''build''' as directory name. It won't work otherwise'':
+
Then you must '''create a  directory''' where to compile the source code and store binary files. ''Cmake seems to have a preference for '''build''' as directory name. It won't work otherwise'':
 
   # Create a directory where to build source (cmake wants the name to be build).
 
   # Create a directory where to build source (cmake wants the name to be build).
 
   cd ${TMP}/tmp-${PRGNAM}
 
   cd ${TMP}/tmp-${PRGNAM}

Navigation menu