kas1e / Odyssey

AmigaOS4 version of Odyssey
9 stars 7 forks source link

Set SDK paths in ENV variables #22

Open walkero-gr opened 4 years ago

walkero-gr commented 4 years ago

This Pull Request is about what I requested at https://github.com/kas1e/Odyssey/issues/19

By applying this pull request every developer:

  1. can keep the original AmigaOS 4 SDK files, without doing any changes
  2. can keep the needed SDK files for compiling Odyssey in separate folder
  3. can change the development environment the way he wants
  4. can be more flexible to setup his system
  5. can build a different system faster

What you need to do to make Odyssey compile again is either:

ODYSSEY_INC and CMAKE_EXTRA_SDK_PATH should point to odyssey-r155188-1.23_SDK/SDK folder AOS4_SDK_INC and CMAKE_AOS4_SDK_PATH should point to the folder where the AmigaOS 4 SDK include files are extracted. There should be at least the folders clib2, include and newlib, as they come with the latest AmigaOS 4 SDK 53.30.

Take this Pull Request as a proposal. Feel free to ignore it if you don't find it useful.