Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Apr 4, 2024
1 parent a9854ce commit 61846b2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions wiki/build.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
= build instructions

== debian/ubuntu linux

. configure dependency repos
+
- `cppfw`: https://github.com/cppfw/wiki/blob/master/enable_repo/enable_repo_debian.adoc
- `llvm`: https://apt.llvm.org/

. install dependencies, see list of packages in `debian/control.in` -> `Build-Depends:`
+
....
sudo apt update
sudo apt install <packages>
....

. fetch git submodules
+
....
git submodule update --remote --init
....

. build the app
....
make
....

. run the app
....
make run-app
....

0 comments on commit 61846b2

Please sign in to comment.