/unknown-Packer

An Packer for the Rodrigos engine

Primary LanguageCMIT LicenseMIT

unknown-Packer

An Packer for the Rodrigos engine projected to be extreamlly easy to use, for use, just follow these steps

Linux

Quick start

These code will download the packer, create a project, and run it at once

 curl -L https://github.com/mateusmoutinho/unknown-Packer/releases/download/0.003/packer.out -o packer.out && chmod +x packer.out && ./packer.out create_project asteroids --force && ./packer.out run

1: Instalation

For installing the project just type

 curl -L https://github.com/mateusmoutinho/unknown-Packer/releases/download/0.003/packer.out -o packer.out

2: Creating a Project

For start a project with everything configured, just type:

./packer.out create_project asteroids

3: Runing

For Runing , just type:

./packer.out run

4: Building

For pack the project to final user, type

./packer.out build

Listing Avaialbe Projects

For Listing all projects, just type

./packer.out list_examples

Getting Help

For Getting help,just type:

./packer.out help

Building from scracth

If you want to build the packer from scracth, just ttype:

cd src && gcc build/main.c && ./a.out

note that you must be on linux and have an gcc and x86_64-w64-mingw32-gcc compiler for these The system its based on the Symbiotic Lua lua template, for a better understandinfg , read the docs overthere.