OS4 DepotLogo by Kicko 
(anonymous IP: 3.145.191.22,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Cross » cmake.lha

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: 346  (Current version)
687  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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