Difference between revisions of "OS Installation Notes and Prerequisits"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) m |
Jayctheriot (talk | contribs) m |
||
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 <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.<br /> | ||
<code> | |||
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> |
Revision as of 03:14, 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 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