Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
CMake | Description: | Cross platform build toolkit | Download: | cmake.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 15Mb | Version: | 3.7.1 | Date: | 12 Mar 2017 | Author: | Kitware (port by Alfkil) | Submitter: | Alfkil Thorbjørn Wennermark | Homepage: | https://alfandthekillers.com | Requirements: | Latest OS4.1 SDK | Category: | development/cross | Replaces: | development/cross/cmake.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 10178 | | | Comments: | 6 | Snapshots: | 0 | Videos: | 0 | Downloads: | 340 (Current version) | | 681 (Accumulated) | Votes: | 1 (0/0) (30 days/7 days) | |
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.
|