Getting started: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
=== reporting bugs ===
For various reasons we prefer bugs being reported only through the bug tracker on sourceforge. This allows us to manage them within reasonable resources. Unfortunately you will have to create yourself an account on sourceforge to do this - we are sorry for that, but we can't handle all the spam that would quickly appear when we remove this requirement.
* [https://sourceforge.net/tracker/?limit=100&func=&group_id=223021&atid=1057617&assignee=&status=4&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter&mass_category=&mass_priority=&mass_resolution=&mass_assignee=&mass_artgroup=&mass_status=&mass_cannedresponse= Tracker: open Bugs]
=== checking out the SVN repository ===
=== checking out the SVN repository ===



Revision as of 19:46, 4 March 2016

reporting bugs

For various reasons we prefer bugs being reported only through the bug tracker on sourceforge. This allows us to manage them within reasonable resources. Unfortunately you will have to create yourself an account on sourceforge to do this - we are sorry for that, but we can't handle all the spam that would quickly appear when we remove this requirement.

checking out the SVN repository

  • check out the current VICE source repository:
svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk trunk
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 trunk
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)

contact the developers