premake4
cross-platform build script generator
Install
- All systems
-
curl cmd.cat/premake4.sh
- Debian
-
apt-get install premake4
- Ubuntu
-
apt-get install premake4
- Arch Linux
-
pacman -S premake4
- Kali Linux
-
apt-get install premake4
- Fedora
-
dnf install premake4
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install premake4
- OS X
-
brew install premake4
- Raspbian
-
apt-get install premake4
- Dockerfile
- dockerfile.run/premake4
premake4
cross-platform build script generator
Premake allows you to manage your project configuration in one place and still support those pesky IDE-addicted Windows coders and/or cranky Linux command-line junkies. It allows you to generate project files for tools that you do not own. It saves the time that would otherwise be spent manually keeping several different toolsets in sync. And it provides an easy upgrade path as new versions of your favorite tools are released.
premake
A build script generator
Premake allows you to manage your project configuration in one place and still support those pesky IDE-addicted Windows coders and/or cranky Linux command-line junkies. It allows you to generate project files for tools that you do not own. It saves the time that would otherwise be spent manually keeping several different toolsets in sync. And it provides an easy upgrade path as new versions of your favorite tools are released.