forked from TeamSPoon/swipl-devel-unstable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.linux
37 lines (28 loc) · 768 Bytes
/
README.linux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Installation on Linux should be trivial on most systems. Typically, this
will do:
First time installation
=======================
- Get the dependencies
See http://www.swi-prolog.org/build/LinuxDistro.txt for your distro.
- Get the source
- Go into the toplevel dir
- do
% cp build.templ build
- edit build. The defaults build the same as the binary distributions,
installing the system in $HOME/bin/swipl.
- do
% ./build
Updating an installation
========================
- From source archives
- Unpack the new archive
- copy build from the previous installation
- do
% ./build
- From a version downloaded using git
- do
% git pull
% ./prepare
% make distclean
% ./build
See README.git and INSTALL for details.