summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-04-23 22:02:06 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:41:20 +0200
commite5d35d6b643dbb8ecbd3ece2a0d84ec93cadbfc1 (patch)
treecedeebe12a5062e1c7d4c644a54297203e29e59e /bootstrap.sh
parent54860b9c436f31cce71afd180e03b4bf93512b58 (diff)
First contact
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000..2b62fd9
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+g++ -std=c++20 ctor.cc -Llibctor/build -lctor -Ilibctor/src -pthread -o ctor
+./ctor configure --ctor-includedir=libctor/src --ctor-libdir=libctor/build