Difference between revisions of "Fs2 open on Linux/Installing Subversion"
From FreeSpace Wiki
m (Cosmetics) |
(cvs becomes subversion) |
||
Line 1: | Line 1: | ||
{{Page Navigation| | {{Page Navigation| | ||
BookName=[[The fs2_open on Linux Guide]]| | BookName=[[The fs2_open on Linux Guide]]| | ||
− | CurrentPage=Installing | + | CurrentPage=Installing Subversion|Installing Subversion| |
PrevPage=[[Fs2_open on Linux/Introduction|Introduction]]| | PrevPage=[[Fs2_open on Linux/Introduction|Introduction]]| | ||
NextPage=[[Fs2_open_on_Linux/Installing_the_Development_Libraries|Installing the Development Libraries]]}} | NextPage=[[Fs2_open_on_Linux/Installing_the_Development_Libraries|Installing the Development Libraries]]}} | ||
<p></p> | <p></p> | ||
− | {{Note| If you don't want use | + | {{Note| If you don't want use Subversion you can download a snapshot of the source code, version 3.6.9, [http://fs2source.warpcore.org/exes/linux/fs2_open-3.6.9.tar.bz2 here].}}<p></p> |
{{Note| This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.}} | {{Note| This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.}} | ||
<p></p> | <p></p> | ||
− | {{Note|<b>Redhat</b>, <b>Slackware</b> and all the other distributions should have their instructions on installing | + | {{Note|<b>Redhat</b>, <b>Slackware</b> and all the other distributions should have their instructions on installing Subversion added here, if your distribution is not listed below and you are familiar with how to install Subversion on it, please add it to this section. }} |
− | + | Suubversion is a version control system used to record the changes in documents, such as source files. Developers use Subversion so they can easily share their code changes among other developers. | |
− | Be aware that when you use | + | Be aware that when you use Subversion, you use the most up-to-date code : It may or may not be better than a release. It may be worse, less stable, or not even compile. This is work in progress. |
− | You will need this tool to download ("checkout" in | + | You will need this tool to download ("checkout" in Subversion terminology) fs2_open from the SVN server. |
'''Debian/Ubuntu''' users want to: | '''Debian/Ubuntu''' users want to: | ||
− | $ apt-get install | + | $ apt-get install subversion |
'''Gentoo''' users want to: | '''Gentoo''' users want to: | ||
− | $ emerge -a | + | $ emerge -a subversion |
'''Archlinux''' users want to: | '''Archlinux''' users want to: | ||
− | $ pacman -Sy | + | $ pacman -Sy subversion |
'''Fedora Core 6 (Zod)''' (And most likely Redhat) users want to: | '''Fedora Core 6 (Zod)''' (And most likely Redhat) users want to: | ||
− | # yum install | + | # yum install subversion |
'''Mandriva''' users want to: | '''Mandriva''' users want to: | ||
− | # urpmi | + | # urpmi subversion |
− | '''Novell SuSE''' users install | + | '''Novell SuSE''' users install subversion via [http://en.opensuse.org/YaST YaST]. |
Revision as of 17:38, 14 May 2008
« Introduction | The fs2_open on Linux Guide Installing Subversion |
Installing the Development Libraries » |
Note: If you don't want use Subversion you can download a snapshot of the source code, version 3.6.9, here.
Note: This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.
Note: Redhat, Slackware and all the other distributions should have their instructions on installing Subversion added here, if your distribution is not listed below and you are familiar with how to install Subversion on it, please add it to this section.
Suubversion is a version control system used to record the changes in documents, such as source files. Developers use Subversion so they can easily share their code changes among other developers. Be aware that when you use Subversion, you use the most up-to-date code : It may or may not be better than a release. It may be worse, less stable, or not even compile. This is work in progress.
You will need this tool to download ("checkout" in Subversion terminology) fs2_open from the SVN server.
Debian/Ubuntu users want to:
$ apt-get install subversion
Gentoo users want to:
$ emerge -a subversion
Archlinux users want to:
$ pacman -Sy subversion
Fedora Core 6 (Zod) (And most likely Redhat) users want to:
# yum install subversion
Mandriva users want to:
# urpmi subversion
Novell SuSE users install subversion via YaST.