On Wed, Jul 14, 2021 at 3:58 PM em...@kathe.in <em...@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

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to