SBCL : building : Makefile : where to find?

Jeffrey Walton noloader at gmail.com
Wed Jul 14 20:04:27 UTC 2021


On Wed, Jul 14, 2021 at 3:58 PM email at kathe.in <email at kathe.in> wrote:
>
> Where should I look to find the process (Makefile) used to build SBCL under Ubuntu?
> I tried look under http://in.archive.ubuntu.com/ubuntu but got disoriented quite quickly.

Typically (or most often with GNU software) you run a configure
script. There is literally a script called 'configure' in the tarball.
The configure script generates the makefiles for you.

GNU software comes with README and INSTALL files. You should check
them for instructions on building and installing the software. For
non-GNU software you have to look through the files provided in the
tarball.

I'm not familiar with SBCL. If it is https://github.com/sbcl/sbcl,
then it looks like you may need to run install.sh. See the INSTALL
file for details at https://github.com/sbcl/sbcl/blob/master/INSTALL.

Jeff



More information about the Ubuntu-devel-discuss mailing list