GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
19
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
ouexam
Browse code
- Added requirements & installation document.
master
OUEXAM_2_4_2
OUEXAM_2_4_1
OUEXAM_2_4
OUEXAM_2_3_2
OUEXAM_2_3_1
OUEXAM_2_3
OUEXAM_2_2
OUEXAM_2_1_3_FINAL
OUEXAM_2_1_3
OUEXAM_2_1_2
OUEXAM_2_1_1
OUEXAM_2_1
1 parent
09ecc4d
commit
ee33cffaf6ff1ee30143e8a24d5716ec54a2d277
nstanger
authored
on 10 Apr 2004
Patch
Showing
1 changed file
INSTALL
Ignore Space
Show notes
View
INSTALL
0 → 100755
******************************************************************************** ** ** File: $Id$ ** ******************************************************************************** ouexam 2.1 Requirements and Installation ======================================== You will need Rainer Schopf's verbatim package in order to use ouexam. This should come standard with most TeX installations. To build the documentation and example files, you will need at least version 1.1 of the listings package, and GhostScript. To install: 1 Unpack the distribution archive and cd to the distribution directory. 2 make 3 make install TEXMF_INSTALL=/path/to/texmf. /path/to/texmf should be the root of your preferred texmf tree (e.g., /usr/share/texmf). You may need to do this as root depending on which texmf tree you are installing into. You can also define TEXMF_INSTALL as an environment variable then simply type make install. Of course, you may always install manually if you wish.
Show line notes below