Getting started: Difference between revisions
Jump to navigation
Jump to search
(Created page with "* check out the current VICE source: : svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code : or when you already have an account with write access: : svn ch...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
* check out the current VICE source: | === checking out the SVN repository === | ||
* check out the current VICE source repository: | |||
: svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code | : svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code | ||
: or when you already have an account with write access: | : or when you already have an account with write access: | ||
: svn checkout --username=<user> svn+ssh://<user>@svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code | : svn checkout --username=<user> svn+ssh://<user>@svn.code.sf.net/p/vice-emu/code/trunk trunk | ||
* check out the current VICE test programs repository: | |||
: svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code | |||
: or when you already have an account with write access: | |||
: svn checkout --username=<user> svn+ssh://<user>@svn.code.sf.net/p/vice-emu/code/testprogs testprogs | |||
=== building VICE === | |||
VICE can be build on various setups and operating systems - please look in the VICE source tree at [https://sourceforge.net/p/vice-emu/code/HEAD/tree/trunk/vice/doc/building/ vice/doc/building/] for detailed instructions. (and please let us know if these don't work for you) |
Revision as of 19:02, 4 March 2016
checking out the SVN repository
- check out the current VICE source repository:
- svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code
- or when you already have an account with write access:
- svn checkout --username=<user> svn+ssh://<user>@svn.code.sf.net/p/vice-emu/code/trunk trunk
- check out the current VICE test programs repository:
- svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code
- or when you already have an account with write access:
- svn checkout --username=<user> svn+ssh://<user>@svn.code.sf.net/p/vice-emu/code/testprogs testprogs
building VICE
VICE can be build on various setups and operating systems - please look in the VICE source tree at vice/doc/building/ for detailed instructions. (and please let us know if these don't work for you)