Re: [Fwd: Include Examples in Documentation Showing Usage]

Heinrich Schuchardt <[email protected]> Thu, 10 Jun 2021 07:10:39 +0200
Newsgroups gmane.comp.gnu.glpk
Message-ID <[email protected]>
On 6/10/21 6:52 AM, Andrew Makhorin wrote:
> -------- Forwarded Message --------
> From: Dario Strbenac <[email protected]>
> To: [email protected] <[email protected]>
> Subject: Include Examples in Documentation Showing Usage
> Date: Wed, 9 Jun 2021 07:00:09 +0000
>
> Good day,
>
> The README and INSTALL files contain only details to compile the
> software. Could there be a vignette provided showing how to use it on an
> example data set?
>
> Also, I was surprised that the result of running make was to put the
> executable into the examples directory by default:
>
> [ds6924@gadi-login-01 glpk-5.0]$ find ./* -name glpsol
> ./examples/glpsol
> ./examples/.libs/glpsol
It seems you missed to run:

sudo make install
sudo ldconfig

Thereafter the binary, library and includes are installed according to
the chosen prefix (/usr/local by default).

Best regards

Heinrich

>
> It is not the first place I would have intuitively looked for it (that
> being a bin directory).
>
> --------------------------------------
> Dario Strbenac
> University of Sydney
> Camperdown NSW 2050
> Australia
>
>