diff options
author | Mike Pall <mike> | 2010-03-28 19:26:33 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-28 19:26:33 +0200 |
commit | 23189fa40d8cda4fa039a44b1211771b3d34fc7b (patch) | |
tree | 65fe7aadd2bde0e0dace999fba7bee218ae8d159 /doc/install.html | |
parent | 3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a (diff) | |
download | luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.gz luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.bz2 luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.zip |
RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.html b/doc/install.html index 66d5ef2c..6b1fd35e 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -135,8 +135,8 @@ terminal window and change to this directory. Now unpack the archive | |||
135 | and change to the newly created directory: | 135 | and change to the newly created directory: |
136 | </p> | 136 | </p> |
137 | <pre class="code"> | 137 | <pre class="code"> |
138 | tar zxf LuaJIT-2.0.0-beta3.tar.gz | 138 | tar zxf LuaJIT-2.0.0-beta4.tar.gz |
139 | cd LuaJIT-2.0.0-beta3</pre> | 139 | cd LuaJIT-2.0.0-beta4</pre> |
140 | <h3>Building LuaJIT</h3> | 140 | <h3>Building LuaJIT</h3> |
141 | <p> | 141 | <p> |
142 | The supplied Makefiles try to auto-detect the settings needed for your | 142 | The supplied Makefiles try to auto-detect the settings needed for your |
@@ -184,11 +184,11 @@ Obviously the prefixes given during build and installation need to be the same. | |||
184 | <p style="color: #c00000;"> | 184 | <p style="color: #c00000;"> |
185 | Note: to avoid overwriting a previous version, the beta test releases | 185 | Note: to avoid overwriting a previous version, the beta test releases |
186 | only install the LuaJIT executable under the versioned name (i.e. | 186 | only install the LuaJIT executable under the versioned name (i.e. |
187 | <tt>luajit-2.0.0-beta3</tt>). You probably want to create a symlink | 187 | <tt>luajit-2.0.0-beta4</tt>). You probably want to create a symlink |
188 | for convenience, with a command like this: | 188 | for convenience, with a command like this: |
189 | </p> | 189 | </p> |
190 | <pre class="code" style="color: #c00000;"> | 190 | <pre class="code" style="color: #c00000;"> |
191 | sudo ln -sf luajit-2.0.0-beta3 /usr/local/bin/luajit | 191 | sudo ln -sf luajit-2.0.0-beta4 /usr/local/bin/luajit |
192 | </pre> | 192 | </pre> |
193 | 193 | ||
194 | <h2 id="windows">Windows Systems</h2> | 194 | <h2 id="windows">Windows Systems</h2> |