Building SDL2 VICE from current code base from Sourceforge
From Jay's Cafe' Wiki
Revision as of 09:06, 11 December 2019 by Jayctheriot (talk | contribs) (Created page with "<pre> svn checkout https://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code cd vice-emu-code/vice/ ./autogen.sh ./configure --enable-sdlui2 ##add other config...")
svn checkout https://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code cd vice-emu-code/vice/ ./autogen.sh ./configure --enable-sdlui2 ##add other configuration options here make -j $(nproc --all) ## Will use all processors sudo make install
Note: The latest version doesn't include the "x64" executable. However, you can get the same execution with "x128 -go64"