All public logs

From Jay's Cafe' Wiki

Combined display of all available logs of Jay's Cafe' Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:44, 25 December 2022 Jayctheriot talk contribs created page Compiling vice-2.6.1 from tar.gz (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...")