Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
ce4b2fdb
Commit
ce4b2fdb
authored
31 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Merged HP and runtime mumbling from net-README
parent
9085d909
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/net-announce.txt
+51
-17
51 additions, 17 deletions
general-info/net-announce.txt
with
51 additions
and
17 deletions
general-info/net-announce.txt
+
51
−
17
View file @
ce4b2fdb
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
Hewlett-Packard 700-series workstations running HP/UX version 9.x. The main
Hewlett-Packard 700-series workstations running HP/UX version 9.x. The main
missing features on HP/UX are LOAD-FOREIGN and the Motif interface.
missing features on HP/UX are LOAD-FOREIGN and the Motif interface.
Distribution:
Distribution:
CMU Common Lisp is only available via anonymous FTP. We don't have the
CMU Common Lisp is only available via anonymous FTP. We don't have the
...
@@ -18,26 +17,43 @@ EMAIL address.) When you log in, cd to /pub (a symbolic link to the CMU CL
...
@@ -18,26 +17,43 @@ EMAIL address.) When you log in, cd to /pub (a symbolic link to the CMU CL
release area.) If you have any trouble with FTP access, please send mail to
release area.) If you have any trouble with FTP access, please send mail to
slisp@cs.cmu.edu.
slisp@cs.cmu.edu.
The most recent version is: 17e
The old version is: 16f
The currently supported platforms are:
sunos:
Sun SPARC machines running the the pre-Solaris BSD SunOS system,
version 4.x.
hp700_ux90:
HP 700 series machines (based on the HPPA architecture) running HP/UX
9.x.
The release area holds compressed tar files with names of the form:
The release area holds compressed tar files with names of the form:
<version>-<machine>_<os>.tar.Z
<version>-<platform>.tar.Z
<version>-extra-<machine>_<os>.tar.Z
<version>-extra-<platform>.tar.Z
<version>-runtime-<platform>.tar.Z
-- The first file holds binaries and documentation for the standard Common
Lisp portion of CMU CL. This includes our version of the PCL
implementation of the CLOS object system.
-- The `-extra' file contains the Hemlock editor, the Motif toolkit,
the graphical debugger and the CLX interface to X11.
-- The `-runtime' file contins one file: lib/runtime.core, which is a
smaller substitute for lib/lisp.core. See the "runtime distribution"
section.
The sizes of the configurations are approximately:
Basic: 15 megabytes
Basic+Extra: 24 megabytes
Runtime: 5.3 megabytes
For installation directions, see the section "site initialization".
FTP compressed tar archives in binary mode. To extract, "cd" to the
FTP compressed tar archives in binary mode. To extract, "cd" to the
directory that is to be the root of the tree, then type:
directory that is to be the root of the tree, then type:
uncompress <file.tar.Z | tar xf - .
uncompress <file.tar.Z | tar xf - .
As of 11/11/93, the latest SunOS Sparc release is:
17e-sunos.tar.Z (6.6 meg)
17e-extra-sunos.tar.Z (3.9 meg)
This version works with all the versions of SunOS we've tried it on, but does
*NOT* work under Solaris.
The first file holds binaries and documentation for the basic Lisp system,
while the second `-extra' file contains the Hemlock editor, the Motif toolkit,
the graphical debugger and the CLX interface to X11. The basic configuration
takes 15 megabytes of disk space; adding the extras takes another 8 megabytes.
For installation directions, see the section "site initialization".
If poor network connections make it difficult to transfer a 7 meg file, the
If poor network connections make it difficult to transfer a 7 meg file, the
release is also available split into 2 megabyte chunks, suffixed `.0', `.1',
release is also available split into 2 megabyte chunks, suffixed `.0', `.1',
etc. To extract from multiple files, use:
etc. To extract from multiple files, use:
...
@@ -46,6 +62,24 @@ etc. To extract from multiple files, use:
...
@@ -46,6 +62,24 @@ etc. To extract from multiple files, use:
The release area also contains source distributions and other binary
The release area also contains source distributions and other binary
distributions. A listing of the current contents of the release area is in
distributions. A listing of the current contents of the release area is in
FILES. Major release announcements will be made to comp.lang.lisp.
FILES. Major release announcements will be made to comp.lang.lisp.
CMU Common Lisp is only available via anonymous FTP. We don't have the
manpower to make tapes. These are our distribution machines:
lisp-sun1.slisp.cs.cmu.edu (128.2.250.58)
lisp-rt1.slisp.cs.cmu.edu (128.2.217.9)
lisp-rt2.slisp.cs.cmu.edu (128.2.217.10)
Log in with the user "anonymous" and "username@host" as password (i.e. your
EMAIL address.) When you log in, cd to /pub (a symbolic link to the CMU CL
release area.) If you have any trouble with FTP access, please send mail to
slisp@cs.cmu.edu.
The release area holds compressed tar files with names of the form:
<version>-<machine>_<os>.tar.Z
<version>-extra-<machine>_<os>.tar.Z
FTP compressed tar archives in binary mode. To extract, "cd" to the
directory that is to be the root of the tree, then type:
uncompress <file.tar.Z | tar xf - .
Source availability:
Source availability:
...
@@ -56,8 +90,8 @@ packages: PCL and CLX. Although these packages are copyrighted, they may be
...
@@ -56,8 +90,8 @@ packages: PCL and CLX. Although these packages are copyrighted, they may be
freely distributed without any licensing agreement or fee.
freely distributed without any licensing agreement or fee.
The release area contains a source distribution, which is an image of all the
The release area contains a source distribution, which is an image of all the
".lisp"
source files used to build version
17e
:
sourc
e cod
e files used to build
the current
version:
17e
-source.tar.Z (
4.9
meg)
<version>
-source.tar.Z (
5
meg)
________________________________________________________________
________________________________________________________________
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment