-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated information about downloading the source code (from Git inste…
…ad of CVS)
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,11 +163,9 @@ Linux | |
On Linux and other POSIX platforms, the emulator is installed from the | ||
source code, available at the SourceForge download page | ||
http://sourceforge.net/project/showfiles.php?group_id=128766 | ||
or the most recent state of the code can be downloaded from CVS with the | ||
or the most recent state of the code can be downloaded from Git with the | ||
following command: | ||
cvs -z3 -d \ | ||
:pserver:[email protected]:/cvsroot/ep128emu \ | ||
checkout -P ep128emu2 | ||
git clone https://github.com/istvan-v/ep128emu.git | ||
In addition to the standard development tools (a recent version of the | ||
GNU C/C++ compiler, binutils, etc.), you need the following packages: | ||
|
||
|