Linux-Alt1-Toolkit icon indicating copy to clipboard operation
Linux-Alt1-Toolkit copied to clipboard

Building instructions?

Open ghost opened this issue 6 years ago • 2 comments

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

ghost avatar Jun 14 '19 01:06 ghost

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

nandofw avatar Jun 14 '19 15:06 nandofw

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.

Marcuss2 avatar Dec 20 '20 20:12 Marcuss2