Compile for yourself - Petrprogs/XmrigStat GitHub Wiki

Compiling source code

I want to compile a program for myself, how to do it?

For Windows users:

  1. Download PascalAbc.Net (Standart Pack) from this link: http://pascalabc.net/en/download
  2. Download source files from Github.
  3. Install PascalAbc.Net.
  4. Open the XmrigStat.pabcproj file by double-clicking the left mouse button. The PascalAbc.Net environment should open. If the enviroment does not open, then open it through the start menu in windows, go to the File > Open project and specify the path to the pabcproj file.

For Linux users:

  • Download the latest version of the package from this link: https://github.com/COOLIRON2311/pabcnetdeb/releases/download/3.8-2857/pascalabcnet_3.8-2857_all.deb
  • Install the package with the console command sudo apt install ./pascalabcnet_..._all.deb
  • Note! Geany IDE and all package dependencies are automatically installed! (To opt out of installing Geany, add the argument: --no-install-recommends)
  • To automatically configure the compiler in Geany, enter: /usr/share/pascalabcnet/configure_geany.sh Check the correct Geany configuration under Build / Install custom build commands: the "Compile" field should be: pabcnetcclear "% f", and the "Run" field should be mono "./%e.exe"