Skip to content

Building

Alberto edited this page Jun 5, 2020 · 7 revisions

Pre-requisite software

  • cmake >= 3.13
  • gcc >= 8
  • libinput >= 1.10
  • ninja
sudo apt install autoconf automake bison build-essential cmake flex gcc-multilib git less libfreetype6-dev libinput-dev libncurses-dev libtool mtools ninja-build texinfo unzip zip zlib1g-dev

Getting the source code

git clone https://github.com/Barrett17/V-OS.git

Building V\OS

After cloning the repo, open a Terminal and enter in the sources directory.

mkdir generated.x86/
cd generated.x86/
../configure
ninja -j2

Clone this wiki locally