Home > premake4-projects-collection

premake4-projects-collection

Premake4-projects-collection is a project mainly written in Lua, it's free.

Build common dependencies with premake4

Greetings monkey or fellow premake user.

This is a collection of project descriptions for Premake4. You can always find the latest version on my GitHub page. Documentation will be found in the Wiki in that aforementioned GitHub.

Everything is laid out in it's own directory. Simpley copy the Premake4 and libXYZ directories into a suitable place and include libXYZ in your solution; where libXYZ is the dependency you want to use (e.g. sigc++).

  • Premake4/

    • library code for the projects.
    • You may include this in your own stuff as well.
  • WhatEver/

    • Project file for libWhatEver.
    • Simply include or dofile it into your solution.
  • README

    • You just read it.
Previous:android-2.6.35