En/TDE tqtinterface: Difference between revisions

Created page with 'Welcome to Simone Giustetti's wiki pages. Languages: '''English''' - [http://www.giustetti.net/wiki/index.php?title=TDE_tqtinterface Italiano] ---- == TQT-INTERFACE == [[En/t…'
 
mNo 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}