progen
a cross-platform makefile tool
Install
- All systems
-
curl cmd.cat/progen.sh
- Debian
-
apt-get install tmake
- Ubuntu
-
apt-get install tmake
- Kali Linux
-
apt-get install python3-project-generator
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tmake
- Raspbian
-
apt-get install tmake
- Dockerfile
- dockerfile.run/progen
tmake
a cross-platform makefile tool
tmake is an easy-to-use tool from Trolltech to create and maintain makefiles for software projects. It can be a painful task to manage makefiles manually, especially if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles. tmake is mainly used to generate makefiles for applications that use the Qt toolkit.
python3-project-generator
project generators for various embedded tools (IDE)
python-project-generator allows one to define an embedded hardware/software project in structured text (using YAML), and then generate IDE (integrated development environment) project files based on the defined rules. python-project-generator currently generates projects for the following tools: - CMake (GCC ARM) - CoIDE (GCC ARM) - Eclipse (Makefile with GCC ARM) - IAR - Makefile (ARMCC) - Makefile (GCC ARM) - Sublime Text (Makefile with GCC ARM) - uVision4 and uVision5 - Visual Studio (Makefile with GCC ARM) This package installs the library and `progen` helper script for Python 3.