Getting started: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:


* check out the current VICE source repository:
* check out the current VICE source repository:
: <nowiki>svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk trunk</nowiki>
: <nowiki><tt>svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk trunk</tt></nowiki>
: or when you already have an account with write access:
: or when you already have an account with write access:
: <nowiki>svn checkout --username=''<user>'' svn+ssh://''<user>''@svn.code.sf.net/p/vice-emu/code/trunk trunk</nowiki>
: <nowiki><tt>svn checkout --username=''<user>'' svn+ssh://''<user>''@svn.code.sf.net/p/vice-emu/code/trunk trunk</tt></nowiki>


* check out the current VICE test programs repository:
* check out the current VICE test programs repository:
: <nowiki>svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk trunk</nowiki>
: <nowiki><tt>svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk trunk</nowiki>
: or when you already have an account with write access:
: or when you already have an account with write access:
: <nowiki>svn checkout --username=''<user>'' svn+ssh://''<user>''@svn.code.sf.net/p/vice-emu/code/testprogs testprogs</nowiki>
: <nowiki><tt>svn checkout --username=''<user>'' svn+ssh://''<user>''@svn.code.sf.net/p/vice-emu/code/testprogs testprogs</tt></nowiki>


=== building VICE ===
=== 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)
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:10, 4 March 2016

checking out the SVN repository

  • check out the current VICE source repository:
<tt>svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk trunk</tt>
or when you already have an account with write access:
<tt>svn checkout --username=''<user>'' svn+ssh://''<user>''@svn.code.sf.net/p/vice-emu/code/trunk trunk</tt>
  • check out the current VICE test programs repository:
<tt>svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk trunk
or when you already have an account with write access:
<tt>svn checkout --username=''<user>'' svn+ssh://''<user>''@svn.code.sf.net/p/vice-emu/code/testprogs testprogs</tt>

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)