Graphics32 setup instructions:1) Download Embarcardero RAD Studio 10.4.2 from
here -
compatibility with later versions than this cannot be guaranteed2) Download the attached GR32 zip file and make a note of where it's saved
3) In the source/packages/XE8 folder, compile both packages; do the one with _R in the name first (open the .dproj files in Delphi, then compile them)
4) Install the compiled _D package into Delphi (this can be done by right-clicking GR32_DXE8.bpl in the Project Explorer and choosing "Install" from the context menu), and do the same with the compiled _R package
5) Add the path of the compiled _R package into Delphi's library path (point it to the folder where all the DCU files from compiling are, which should be Graphics32/Source/Packages/XE8/Win32/Release)
Other setup instruction for NL source1) Make sure the source has been
cloned rather than forked
2) In the cloned copy, run
MakeSymLinks.bat
With all of the above done, NL should compile. Post here if you're having any issues.