sysrpl / Codebot.MatView

Material Design Icons Viewer
GNU General Public License v3.0
10 stars 4 forks source link

Compile instructions? #1

Open rensenware opened 2 years ago

rensenware commented 2 years ago

I'm not seeing anything like a Makefile in this project's repository. Build instructions to account for operating systems other than Windows and Debian would be greatly appreciated- I would be willing to maintain an Arch User Repository package for this.

sysrpl commented 2 years ago

Thank you for writing. This project is built using the Free Pascal Compiler, the LCL from the Lazarus project, and my Codebot Cross library. Hopefully I can put together a Makefile for unattended builds, possibly with someone's help. I normally build using an IDE or sometimes using the FPC command line compiler or the lazbuild utility. Until a Makefile is setup, the best way to build this project is by getting the Lazarus IDE, building Codebot Cross packages, then building this project.

Check your OS package manager for the Lazarus IDE and install it.

Clone the Codebot Cross git repository and open and use the Lazarus IDE to build the codebot and controls packages. https://github.com/sysrpl/Codebot.Cross

Clone this repository and use the Lazarus IDE to build the project in this repository.