Kron4ek / minecraft-vortex-launcher

Fast, lightweight and easy to use Minecraft launcher
GNU General Public License v3.0
308 stars 32 forks source link

How to build it? #42

Closed K0-RR closed 2 years ago

K0-RR commented 2 years ago

I know nothing about PureBasic and I only have little knowledge about the make, CMake, etc. How can I build it in other to make it work on Void Linux?

Kron4ek commented 2 years ago

You need to download PureBasic, install build dependencies (at least gcc and gtk3-devel), after that launch PureBasic IDE, open a source code file you want to compile and compile it (choose Compiler -> Create Executable at the top menu).

And before compilation go to Compiler -> Compiler Options and set the "Create threadsafe executable" option. This is important.

Note that PureBasic is non-free. The demo version is free to use, but it does not allow to compile files with more than ~800 lines of code. You can, however, find a "full free" version on the internet if you know what i mean.