diff options
author | Mauro Giachero <mauro dot giachero at gmail dot com> | 2010-05-11 20:02:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:02:10 +0200 |
commit | 1cf63f9c53e863a15ca0b38c1ed4ca43118b3508 (patch) | |
tree | 2ffee4253cde90fb76c7939b26eeffda72a4a569 /system/vice/README | |
parent | 3f09cac00b409b6e441037f2f7e789fb9801a174 (diff) | |
download | slackbuilds-1cf63f9c53e863a15ca0b38c1ed4ca43118b3508.tar.gz |
system/vice: Added to 12.0 repository
Diffstat (limited to 'system/vice/README')
-rw-r--r-- | system/vice/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/vice/README b/system/vice/README new file mode 100644 index 0000000000..4a0fd22967 --- /dev/null +++ b/system/vice/README @@ -0,0 +1,9 @@ +VICE is the one and only Versatile Commodore Emulator. It provides emulation +of the Commodore C64, C128, VIC20, PET, PLUS4 and CBM-II computers. + +If you are building this on Slamd64, execute the build script as follows: + ARCH=x86_64 ./vice.SlackBuild + +If you build on a multicore system, add JOBS={core #} to enable parallel +compilation, as in: JOBS=4 ./vice.SlackBuild +which starts up to 4 build jobs simultaneously. |