Difference between revisions of "OS Installation Notes and Prerequisits"

From Jay's Cafe' Wiki
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The below code is condensed for Ubuntu 22.04 from [https://wiki.synchro.net/install:nix:prerequisites Unix/Linux Prerequisites] Source and a few of my customizations.<br />
The below code is condensed for Ubuntu 22.04 from [https://wiki.synchro.net/install:nix:prerequisites Unix/Linux Prerequisites] Source and a few of my customizations.<p />
<code>
<code>sudo apt install build-essential perl zip git gdb libarchive-dev libncursesw5-dev libnspr4-dev libmosquitto-dev libsystemd-dev libcap-dev xorg-dev libsdl2-dev libgtk-3-dev libglade2-dev python2.7 lrzsz gkermit </code> <p />
sudo apt install build-essential make g++ linux-libs-dev libarchive-dev libncursesw5dev libnspr4-dev perl python2.7 pkg-config zip patch git libcap-dev gdb libsystemd-dev libmosquitto-dev xorg-dev libsdl2-dev libgtk-3-dev libglade2-dev wget lrzsz gkermit net-tools
</code>

Latest revision as of 03:52, 14 August 2023

The below code is condensed for Ubuntu 22.04 from Unix/Linux Prerequisites Source and a few of my customizations.

sudo apt install build-essential perl zip git gdb libarchive-dev libncursesw5-dev libnspr4-dev libmosquitto-dev libsystemd-dev libcap-dev xorg-dev libsdl2-dev libgtk-3-dev libglade2-dev python2.7 lrzsz gkermit