Section One BBS

Welcome, Guest.


Subject: MakeNL installation - Linux Date: Thu Jan 21 2021 12:51 pm
From: andrew clarke To: Flavio Bessa

19 Jan 21 09:17, you wrote to all:

 FB>     What would be the correct path for MakeNL installation under Linux?

The CMake makefile installs to /usr/local/bin/ by default.

On Debian that directory is probably already in your PATH.

 FB>     Should I download the source from Sourceforge and compile it or is
 FB> there a specific package for Debian?

Not that I know of.

I'd recommend building from source:

sudo apt install build-essential git cmake pandoc
git clone https://git.code.sf.net/p/makenl/code makenl
mkdir makenl/build
cd makenl/build
cmake ..
make
sudo make install

--- GoldED+/BSD 1.1.5-b20180707
 * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)

Previous Message       Next Message
In Reply To: MakeNL installation - Linux (Flavio Bessa)
Replies: MakeNL installation - Linux (Andrew Leary)Re: MakeNL installation - Linux (Nighthawk)MakeNL installation - Linux (Salomao Ayala)Re: MakeNL installation - Linux (Paul Hayton)