Kron4ek/minecraft-vortex-launcher

How to build it?

K0-RR opened this issue · 1 comments

K0-RR commented

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?

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.