doc fixes
This commit is contained in:
parent
c792ef6379
commit
27ecd5cda3
21
COMPILING
21
COMPILING
|
|
@ -1,23 +1,22 @@
|
||||||
|
|
||||||
developer documentation for GtkRadiant 1.5.0-div0
|
developer documentation for NetRadiant
|
||||||
=================================================
|
======================================
|
||||||
|
|
||||||
(NOTE: outdated stuff has been ROT13ed)
|
(NOTE: outdated stuff has been ROT13ed)
|
||||||
|
|
||||||
getting the source
|
getting the source
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The latest source is available from the Subversion repository.
|
The latest source is available from the git repository.
|
||||||
https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/
|
git://git.icculus.org/divverent/netradiant.git
|
||||||
|
|
||||||
The subversion client can be obtained from the Subversion site.
|
The git client can be obtained from the Subversion site.
|
||||||
http://subversion.tigris.org
|
http://git-scm.org
|
||||||
|
|
||||||
To get a copy of the source using the commandline Subversion client:
|
To get a copy of the source using the commandline git client:
|
||||||
Change the current directory to the desired location for the source.
|
Change the current directory to the desired location for the source.
|
||||||
svn checkout http://svn.icculus.org/netradiant/trunk/ NetRadiant
|
git clone git://git.icculus.org/divverent/netradiant.git
|
||||||
cd NetRadiant
|
cd netradiant
|
||||||
sh download-gamepacks.sh
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -40,7 +39,7 @@ build:
|
||||||
run 'make'
|
run 'make'
|
||||||
|
|
||||||
run:
|
run:
|
||||||
Execute './GtkRadiant/install/radiant.x86' (or './GtkRadiant/install/radiant.ppc' on osx)
|
Execute 'install/radiant.x86'
|
||||||
|
|
||||||
OSX(using X-windows)
|
OSX(using X-windows)
|
||||||
====================
|
====================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user