diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-07 08:21:43 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-07 08:21:43 -0700 |
commit | ecd4cdef5b0c98dbaa4c6f0988e29f0c72e72b84 (patch) | |
tree | 68fffe461c3b61385ef74e25eb40a4747d36ea49 /README | |
parent | b7f3f777b1c825e4b4e0c8d6ec5592090078f36b (diff) | |
parent | a12c25a4a074c87557c211ab0c98c0dff5e7d470 (diff) | |
download | luatexbase-ecd4cdef5b0c98dbaa4c6f0988e29f0c72e72b84.tar.gz |
Merge pull request #1 from lualatex/master
sync with current
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -22,16 +22,10 @@ Installation Here are the recommended installation methods (preferred first). 1. If you are using TeX Live 2010 or later, use 'tlmgr install luatexbase'. -If your are using MiKTeX, use the MiKTeX Package Manager. -Alternatively, try you Linux distribution's package management system. + If your are using MiKTeX, use the MiKTeX Package Manager. + Alternatively, try you Linux distribution's package management system. -2. a. Grab luatexbase.tds.zip on the CTAN. - b. Unzip it at the root of one or your TDS trees. - c. You may need to update some filename database after this, see your TeX - distribution's manual for details. (Hint: with TeX Live, run 'mktexlsr'; - with MikTeX, look for "Refresh FNDB" in the MikTeX menu.) - -3. a. Grab the sources from CTAN or github. +2. a. Grab the sources from CTAN or github. b. Run 'make install TEXMFROOT=/path/to/texmf'. (Warning: 'make install' without giving a TEXMFROOT will put files in './texmf', which is probably not what you want.) |