Logo by DaveyD (anonymous IP: 3.143.214.89,2256) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (148) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4398 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
CMake is a cross platform build tool used to easily build complex projects across different platforms with a single build process. It has been ported to AmigaOS4 with the intention of making porting of various complex softwares easier for Amiga developers. --- AmigaOS 4 HOWTO: To use CMake, you need to expand the CLI path to include cmake. You also need to set PATH for 'unix' path emulation. Put these commands in your user-startup, or execute them before using cmake. 1) path drive:path/cmake-3.7.1/bin 2) If PATH is already set setenv PATH $PATH:/drive/path/cmake-3.7.1/bin Otherwise: setenv PATH /SDK/c:/SDK/gcc/bin:/drive/path/cmake-3.7.1/bin Make sure, that other software does not override the PATH variable setting. For instance, CMake initialization must come after AmiCygnix boot scripts. There is no need for assigns in this version. NB: You also need to install libdl.so, if you haven't done so already. |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |