ComputerBas

Tips, tricks and manuals

Je bent niet ingelogd.

#1 2022-04-12 23:58:05

Bas
Administrator
Geregistreerd: 2019-11-10
Posts: 83

Install Ubuntu 20.04 "Compiler Edition"

Install Ubuntu 20.04 "Compiler Edition"


Step 1:

Make or hire a Virtual Machine or make a dedicated machine:

Minimal setup: 30 GB SSD storage, 2 GB memory, 2 cores

Good setup: 120 GB SSD storage, 4 GB memory, 4 cores

Better setup: 1000 GB SSD storage + 2 TB HDD storage, 16 GB memory, 8 cores

Best setup: 3000 GB SSD storage + 10 TB HDD storage, 64 GB memory, 24 cores

Compiling is a high resource demanding task!


Step 2:

Install Ubuntu 20.04.4 minimal setup:

Make sure you have "Source code" ticked in "Software and Updates / Ubuntu Updates" and update using Software Updater.

Then in terminal:

sudo apt update

sudo apt upgrade

sudo apt autoremove

All good?


Step 3:


Install Compiler Framework:

Install build dependencies:

sudo apt install build-essential

just a bunch to get started...

sudo apt install cmake python3 git bison meson curl
sudo apt build-dep cmake python3 git bison meson curl

and another bunch to go on..

sudo apt build-dep hydrogen audacity vlc clementine obs-studio gimp filezilla wordpress

You get it?

Next!

Step 4:

Install dependencies:

a few:

sudo apt install yasm libtool 

or a lot:

sudo apt install gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tools lua5.2 automake autoconf gettext pkg-config subversion libavcodec-dev meson python openjdk-8-jdk openjdk-8-doc wine64-development-tools libwine-dev zip p7zip nsis bzip2 default-jdk protobuf-compiler

You get it?

Good! You're good to go!

Laatst bewerkt door Bas (2022-05-04 18:46:46)

Offline

Forum footer

Powered by FluxBB 1.5.11