aboutsummaryrefslogtreecommitdiff
path: root/core/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/README.md')
-rw-r--r--core/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/README.md b/core/README.md
new file mode 100644
index 0000000..585cca1
--- /dev/null
+++ b/core/README.md
@@ -0,0 +1,10 @@
+# Building
+
+ mkdir build
+ cd build
+ cmake .. \
+ -DAntlr4_DIR=$HOME/opt/antlr4-cpp/lib/cmake/Antlr4 \
+ -DCMAKE_INSTALL_PREFIX=$HOME/opt/kicad-utils \
+ -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=YES
+ make
+ make install