Difference between revisions of "Compiling vice-2.6.1 from tar.gz"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) (Created page with "# Get an updated MSYS2 installation <pre> pacman -Syu </pre> # Install the needed components <pre> pacman -S --noconfirm --needed base-devel pactoys pacboy sync SDL2 SDL2_image SDL2_ttf autotools pkg-config gcc ntldd zip: p7zip: subversion: giflib icoutils ffmpeg flac mpg123 </pre> # Extract the archive <pre> tar xvf vice-3.6.1.tar.gz </pre> # Enter the directory and run '''''autogen.sh''''' <pre> cd vice-3.6.1 ./autogen.sh </pre> # Back out of the directory and make a s...") |
Jayctheriot (talk | contribs) m |
||
Line 1: | Line 1: | ||
This page is an adaptation of the GTK3 build instructions included in the text file [['''vice-3.6.1/doc/building/Windows-MinGW-GTK3-Howto.txt''']] included in the archive '''vice-3.6.1.tar.gz''' | |||
# Get an updated MSYS2 installation | # Get an updated MSYS2 installation | ||
<pre> | <pre> |
Revision as of 02:47, 25 December 2022
This page is an adaptation of the GTK3 build instructions included in the text file '''vice-3.6.1/doc/building/Windows-MinGW-GTK3-Howto.txt''' included in the archive vice-3.6.1.tar.gz
- Get an updated MSYS2 installation
pacman -Syu
- Install the needed components
pacman -S --noconfirm --needed base-devel pactoys pacboy sync SDL2 SDL2_image SDL2_ttf autotools pkg-config gcc ntldd zip: p7zip: subversion: giflib icoutils ffmpeg flac mpg123
- Extract the archive
tar xvf vice-3.6.1.tar.gz
- Enter the directory and run autogen.sh
cd vice-3.6.1 ./autogen.sh
- Back out of the directory and make a special working directory for SDL2-VICE. This will allow for the easy compilation of vice-emu with multiple interface options.
cd .. mkdir sdl2-vice
- Now, enter the directory and configure the build. Explanation of the switches below
cd ../sdl2-vice ../vice-3.6.1/configure -C --enable-sdl2ui --disable-pdfdocs --enable-htmldocs --enable-platformdox