Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Renaud Guillard edited this page Jul 17, 2016 · 50 revisions

Welcome to the Premake 5 User Guide!

noresources changes

Each change to premake has its own branch

linkmode

For macOS and Linux

Define a new linkmode API to select how sibling shared libraries should be linked and how to set

  • linkmode "Default": Use RPATH (the new default behavior)
  • linkmode "System": Use -l/-L (same as RelativeLinks flags)
  • linkmode "Absolute": links using shared library full path

For more information, see the Google group discussion

Getting Started

Writing Premake Scripts

Extending Premake

Premake Reference

Contributing to Premake

Clone this wiki locally