Difference between revisions of "Synchronet"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) (Created page with "'''''Compile Synchronet in a Ubuntu 18.04 LTS LXD Container''''' <div> lxc launch <image> <container> </div> <div style="word-wrap: break-word;"> lxc exec <image> bash apt upd...") |
Jayctheriot (talk | contribs) m |
||
Line 1: | Line 1: | ||
'''''Compile Synchronet in a Ubuntu 18.04 LTS LXD Container''''' | '''''Compile Synchronet in a Ubuntu 18.04 LTS LXD Container''''' | ||
<div> | <div class="code"> | ||
lxc launch <image> <container> | lxc launch <image> <container> | ||
</div> | </div> | ||
<div | <div class="code"> | ||
lxc exec <image> bash | lxc exec <image> bash | ||
apt update | apt update | ||
sudo apt install build-essential exuberant-ctags make g++ linux-libc-dev libncursesw5-dev libnspr4-dev patch cvs libcap2-dev gdb xorg-dev libsdl1.2-dev libgtk-3-dev libglade2-dev dosemu zip unzip lrzsz gkermit lightdm x2goserver x2goserver-xsession x2gomatebindings cups-x2go mate-desktop-environment mate-desktop-environment-extr* -y | sudo apt install build-essential exuberant-ctags make g++ linux-libc-dev libncursesw5-dev libnspr4-dev patch cvs libcap2-dev gdb xorg-dev libsdl1.2-dev libgtk-3-dev libglade2-dev dosemu zip unzip lrzsz gkermit lightdm x2goserver x2goserver-xsession x2gomatebindings cups-x2go mate-desktop-environment mate-desktop-environment-extr* -y | ||
</div> | </div> |
Latest revision as of 17:41, 17 May 2020
Compile Synchronet in a Ubuntu 18.04 LTS LXD Container
lxc launch <image> <container>
lxc exec <image> bash apt update sudo apt install build-essential exuberant-ctags make g++ linux-libc-dev libncursesw5-dev libnspr4-dev patch cvs libcap2-dev gdb xorg-dev libsdl1.2-dev libgtk-3-dev libglade2-dev dosemu zip unzip lrzsz gkermit lightdm x2goserver x2goserver-xsession x2gomatebindings cups-x2go mate-desktop-environment mate-desktop-environment-extr* -y