nandofw / Linux-Alt1-Toolkit

Runescape Alt1 Toolkit for Linux
GNU General Public License v3.0
20 stars 6 forks source link

Building instructions? #1

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello,

I would like to build and test your project. However I'm a little confused at how to go about building and running it, and which versions of the required dependencies I should use. (I see that you have a version on your page, but there are other versions on Github too)

If you could help me get this up and running, I'd be happy to write up a more fully explained tutorial with pictures for your wiki page in a pull request for you, that way others can more easily get into this project.

Thanks! -Ben

nandofw commented 5 years ago

Hello.

To build the project you need to have lazarus and fpc installed (I'm using lazarus 1.8.4 and fpc 3.0.4) and other requirements: bgrabitmap (https://github.com/bgrabitmap/bgrabitmap) last update fpcef3 from my dev branch (https://github.com/nandofw/fpCEF3/tree/dev), this branch includes some bugfix Then open the alt1linux.lpi and compile it same for alt1subproces.

To run download my release that includes all necessary files and replace alt1linux and subproces that you have compiled

regards!. -Nando

Marcuss2 commented 3 years ago

Might be a bit late, but a lot of people (myself included), don't know how to install a Pascal package into Lazarus, maybe provide a way it is done.