VICE: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Tw (Diskussion | Beiträge) Markierung: wikieditor |
Tw (Diskussion | Beiträge) Markierung: wikieditor |
||
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
<br> | <br> | ||
=== | === Ubuntu === | ||
<br> | <br> | ||
VICE kompilieren Ubuntu: [https://wiki.ubuntuusers.de/VICE/ VICE Ubuntu] | VICE kompilieren Ubuntu: [https://wiki.ubuntuusers.de/VICE/ VICE Ubuntu] | ||
[[VICE|VICE Wiki Seite]] | |||
==== Get VICE Sources ==== | |||
svn checkout https://svn.code.sf.net/p/vice-emu/code/trunk trunk | |||
==== Build VICE Sources ==== | |||
cd vice-trunk/vice | |||
./autogen.sh | |||
Try to configure a minimal build of the Gtk3 port: | |||
./configure --enable-gtk3ui --enable-arch=no --disable-pdf-docs --host=x86_64-w64-mingw32 LDFLAGS="-lssp" | |||
==== Update ==== | ==== Update ==== | ||
| Zeile 39: | Zeile 31: | ||
sudo make install | sudo make install | ||
=== MING W64 (Linux) === | |||
<br> | |||
==== Install MINGW ==== | ==== Install MINGW ==== | ||
| Zeile 50: | Zeile 41: | ||
==== Install MXE ==== | ==== Install MXE ==== | ||
<br> | |||
[https://mxe.cc/#tutorial MXE Tutorial] | [https://mxe.cc/#tutorial MXE Tutorial] | ||
==== Update ==== | |||
svn up | |||
make | |||
sudo make install | |||
=== MING W64 (Windows) === | |||
<br> | <br> | ||
MSYS2 shell | |||
VICE kompilieren Ubuntu: [https://wiki.ubuntuusers.de/VICE/ VICE Ubuntu] | |||
T:\msys64\home\tw\vice-trunk\vice | |||
make -s --no-print-dir <br> | |||
make -s --no-print-dir bindist | |||
make stylecheck | |||
svn add <br> | |||
svn up <br> | |||
svn diff > uc240915.diff | |||
==== | ==== Get VICE SourceCode ==== | ||
svn checkout https://svn.code.sf.net/p/vice-emu/code/trunk trunk | |||
==== Update ==== | ==== Update ==== | ||
| Zeile 73: | Zeile 81: | ||
make | make | ||
sudo make install | sudo make install | ||
Aktuelle Version vom 28. August 2026, 16:04 Uhr
VICE compile
Ubuntu
VICE kompilieren Ubuntu: VICE Ubuntu
Get VICE Sources
svn checkout https://svn.code.sf.net/p/vice-emu/code/trunk trunk
Build VICE Sources
cd vice-trunk/vice ./autogen.sh
Try to configure a minimal build of the Gtk3 port:
./configure --enable-gtk3ui --enable-arch=no --disable-pdf-docs --host=x86_64-w64-mingw32 LDFLAGS="-lssp"
Update
svn up make sudo make install
MING W64 (Linux)
Install MINGW
sudo apt install g++-mingw-w64-x86-64
Install MXE
Update
svn up make sudo make install
MING W64 (Windows)
MSYS2 shell
VICE kompilieren Ubuntu: VICE Ubuntu
T:\msys64\home\tw\vice-trunk\vice
make -s --no-print-dir
make -s --no-print-dir bindist
make stylecheck
svn add
svn up
svn diff > uc240915.diff
Get VICE SourceCode
svn checkout https://svn.code.sf.net/p/vice-emu/code/trunk trunk
Update
svn up make sudo make install