Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
Nasium Lse
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
25
Issues
25
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
nasium-lse
Nasium Lse
Commits
8d3211d5
Commit
8d3211d5
authored
Nov 21, 2016
by
Pascal J. Bourguignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted trailing whitespaces.
parent
568621f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/installation.txt
doc/installation.txt
+9
-9
No files found.
doc/installation.txt
View file @
8d3211d5
...
...
@@ -27,11 +27,11 @@ NASIUM-LSE: An Implementation of the L.S.E. programming language written in Comm
http://cliki.net/ for a list of CL implementations and other hints.
Development has been done with Clozure CL, so let's install CLozure CL.
See: http://ccl.clozure.com/download.html
See: http://ccl.clozure.com/download.html
::
# set TARGET to one of darwinx86, linuxx86, freebsdx86,
# solarisx86, windows, linuxppc, or linuxarm.
# solarisx86, windows, linuxppc, or linuxarm.
TARGET=linuxx86
cd /usr/local/src
svn co http://svn.clozure.com/publicsvn/openmcl/release/1.9/$TARGET/ccl
...
...
@@ -45,7 +45,7 @@ NASIUM-LSE: An Implementation of the L.S.E. programming language written in Comm
See: http://www.quicklisp.org/
::
cd
cd
wget http://beta.quicklisp.org/quicklisp.lisp
ccl -load quicklisp.lisp
...
...
@@ -85,7 +85,7 @@ NASIUM-LSE: An Implementation of the L.S.E. programming language written in Comm
in quicklisp are up-to-date (quicklisp updates monthly).
However, sometimes we need more recent versions are necessary.
In that case, they may be installed in
~/quicklisp/local-projects/. ::
~/quicklisp/local-projects/. ::
cd ~/quicklisp/local-projects/
git clone https://git.gitorious.org/com-informatimago/com-informatimago.git
...
...
@@ -110,7 +110,7 @@ NASIUM-LSE: An Implementation of the L.S.E. programming language written in Comm
rm -rf ~/quicklisp/local-projects/com-informatimago
6- Compile the executables.
6- Compile the executables.
6.1- On some `debian` system (eg. 6.0.9), `ccl` has a problem
while quitting `lse`: ::
...
...
@@ -130,7 +130,7 @@ NASIUM-LSE: An Implementation of the L.S.E. programming language written in Comm
If that happens to you, add this environment variable, to
exit more brutally, using exit(2): ::
export LSE_USE_EXIT=T
6.2- Compile: ::
...
...
@@ -150,8 +150,8 @@ NASIUM-LSE: An Implementation of the L.S.E. programming language written in Comm
-rwxr-xr-x 1 lse lse 59400208 Mar 22 13:44 lse-server-ccl-linux-debian-6.0.4-i686
-rw-r--r-- 1 lse lse 3034 Mar 22 13:44 lse-server-ccl-linux-debian-6.0.4-i686.manifest
$ ./lse --help
8- Further questions may be addressed at mailto:pjb@informatimago.com
or bug reports may be posted at http://fossil.nasium-lse.ogamita.com/nasium-lse/reportlist
...
...
@@ -173,7 +173,7 @@ following line in bash: ::
eval $( lse --bash-completion-function )
Then, typing in bash: ::
lse TAB
will display the options, and: ::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment