Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
tools
xz
Commits
f083d3999615
Commit
f083d3999615
authored
5 years ago
by
Lasse Collin
Browse files
Options
Downloads
Patches
Plain Diff
DOS: Update instructions in dos/INSTALL.txt.
parent
d1234853084e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dos/INSTALL.txt
+29
-30
29 additions, 30 deletions
dos/INSTALL.txt
with
29 additions
and
30 deletions
dos/INSTALL.txt
+
29
−
30
View file @
f083d399
...
...
@@ -6,6 +6,5 @@
This document explains how to build XZ Utils for DOS using DJGPP.
The resulting binaries should run at least on various DOS versions
and under Windows 95/98/98SE/ME, although the Windows version of
XZ Utils is recommended under Windows 95 and later.
and under Windows 95/98/98SE/ME.
...
...
@@ -11,4 +10,4 @@
This is
currently
experimental and has got very little testing.
This is
somewhat
experimental and has got very little testing.
Note: Makefile and config.h are updated only now and then. This
...
...
@@ -13,10 +12,9 @@
Note: Makefile and config.h are updated only now and then. This
means that especially if you checked out a development version,
building for DOS probably won't work without updating Makefile
and config.h first.
means that if you checked out a development version, building for
DOS might not work without updating Makefile and config.h first.
Getting and Installing DJGPP
You may use <http://www.delorie.com/djgpp/zip-picker.html> to help
...
...
@@ -18,12 +16,12 @@
Getting and Installing DJGPP
You may use <http://www.delorie.com/djgpp/zip-picker.html> to help
deciding what to download
, but as of writing (2010-10-09) that may
not be the most convenient way taking into account what components
are actually required to build XZ Utils. However, using the
zip-picker can
st
i
ll
be worth doing to get nice short summary of
installation instructions (they can be found
from readme.1st too).
deciding what to download
. If you are only interested in building
XZ Utils, the zip-picker may list files that you don't strictly
need. However, using the zip-picker can still be worth it to get a
nice short summary of in
st
a
ll
ation instructions (they can be found
from readme.1st too).
For a more manual method, first select a mirror from
...
...
@@ -28,6 +26,6 @@
For a more manual method, first select a mirror from
<http://www.delorie.com/djgpp/getting.html>
. You need
the following files:
<http://www.delorie.com/djgpp/getting.html>
and go the
subdirectory named "current". You need
the following files:
unzip32.exe (if you don't already have a LFN-capable unzipper)
...
...
@@ -32,9 +30,9 @@
unzip32.exe (if you don't already have a LFN-capable unzipper)
beta/
v2/djdev20
4
.zip
v2gnu/bnu2
19
b.zip
v2gnu/gcc
444
b.zip
v2gnu/mak3
791
b.zip
v2/djdev20
5
.zip
v2gnu/bnu2
34
b.zip
v2gnu/gcc
920
b.zip
v2gnu/mak
4
3b.zip
v2misc/csdpmi7b.zip
If newer versions are available, probably you should try them first.
...
...
@@ -38,8 +36,8 @@
v2misc/csdpmi7b.zip
If newer versions are available, probably you should try them first.
Note that djdev20
3
.zip
is too old to build XZ Utils; you need at
least djdev204.zip. Also
note that you want csdpmi7b.zip even if you
run under Windows or
DOSEMU
,
because the XZ Utils Makefile will embed
cwsdstub.exe to
the resulting
binaries
.
Note that
versions older than
djdev20
5
.zip
aren't supported. Also
note that you want csdpmi7b.zip even if you
run under Windows or
DOSEMU because the XZ Utils Makefile will embed
cwsdstub.exe to
the resulting
xz.exe
.
...
...
@@ -45,6 +43,6 @@
See the instructions in readme.1st found from djdev20
4
.zip. Here's
See the instructions in readme.1st found from djdev20
5
.zip. Here's
a short summary, but you should still read readme.1st.
C:\> mkdir DJGPP
C:\> cd DJGPP
...
...
@@ -47,11 +45,11 @@
a short summary, but you should still read readme.1st.
C:\> mkdir DJGPP
C:\> cd DJGPP
C:\DJGPP> c:\download\unzip32 c:\download\djdev20
4
.zip
C:\DJGPP> c:\download\unzip32 c:\download\bnu2
19
b.zip
C:\DJGPP> c:\download\unzip32 c:\download\gcc
444
b.zip
C:\DJGPP> c:\download\unzip32 c:\download\mak3
791
b.zip
C:\DJGPP> c:\download\unzip32 c:\download\djdev20
5
.zip
C:\DJGPP> c:\download\unzip32 c:\download\bnu2
34
b.zip
C:\DJGPP> c:\download\unzip32 c:\download\gcc
920
b.zip
C:\DJGPP> c:\download\unzip32 c:\download\mak
4
3b.zip
C:\DJGPP> c:\download\unzip32 c:\download\csdpmi7b.zip
C:\DJGPP> set PATH=C:\DJGPP\BIN;%PATH%
...
...
@@ -72,8 +70,9 @@
Once you have built XZ Utils, the resulting binaries can be run
without long filename support.
Run "make" in this directory (the directory containing this README).
You should get xz.exe (and a bunch of temporary files). Other tools
are not built. Having e.g. xzdec.exe doesn't save much space compared
to xz.exe, because the DJGPP runtime makes the .exe quite big anyway.
Run "make" in this directory (the directory containing this
INSTALL.txt). You should get xz.exe (and a bunch of temporary files).
Other tools are not built. Having e.g. xzdec.exe doesn't save much
space compared to xz.exe because the DJGPP runtime makes the .exe
quite big anyway.
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