HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 14 and Version 15 of PortingTips


Ignore:
Timestamp:
04/03/09 11:37:55 (6 years ago)
Author:
scottmc
Comment:

added Directories section

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v14 v15  
    7070 
    7171If you find a CMakeLists.txt file in a package you are porting chances are it's using CMake.  If you don't already have CMake installed go ahead and grab the [http://www.fileden.com/files/2008/8/23/2062382/packages/cmake-2.6.3-gcc2-haiku-2009-02-25.zip binary] and install it.  Then try running cmake CMakeLists.txt or for the interactive ncurses version try ccmake CMakeLists.txt.  Once the configuring is done, you use the normal make, make install, type commands, note the output may look different than you are used to.  One thing you might notice with CMake is that configuring, fixing and configuring may go faster since it keeps track of where in the configure process it left of at.  Feel free to update these notes as we will be seeing CMake more and more.  [http://www.cmake.org/cmake/help/documentation.html CMake documentation] 
     72 
     73== Directories == 
     74 
     75As of Haiku R29880 several directories have been relocated.  For details see the Haiku Developer's mailing list archive: http://www.freelists.org/post/haiku-development/Directory-renaming 
     76Feel free to update this entry with more details on possible fixes and details on how and where to use find_directory() 
     77 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/