Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartcarnie/vice-emu
Fork of VICE emulator from Source Forge
https://github.com/stuartcarnie/vice-emu
Last synced: 6 days ago
JSON representation
Fork of VICE emulator from Source Forge
- Host: GitHub
- URL: https://github.com/stuartcarnie/vice-emu
- Owner: stuartcarnie
- Created: 2011-07-17T07:26:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-17T07:35:04.000Z (over 13 years ago)
- Last Synced: 2023-04-14T06:38:36.957Z (over 1 year ago)
- Language: C
- Homepage: http://viceteam.org
- Size: 10.4 MB
- Stars: 12
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VICE
This is a fork of VICE, with a patch to add new UI to the _Video Settings_
# Building
## Mac OS X
From fresh clone, configure your environment. Run from within `vice` directory* `./autogen.sh`
### Configure build type
Release build:* `./configure --with-cocoa`
Debug build:
* `env CFLAGS="-g -O0" OBJCFLAGS="-g -O3" configure --with-cocoa`
### Build
Build x64 and generate app bundle* `make x64 && src/arch/unix/macosx/make-bindist.sh -t . -v 2.5 -e x64 -b`
### Run
Run from command line* `./vice-macosx-cocoa-x86_64-2.5/x64.app/Contents/MacOS/x64`