Build the package without root permissions.

This commit is contained in:
Robin Davies
2023-05-01 23:12:44 -04:00
parent a04bcabe00
commit dfca8f3374
7 changed files with 14 additions and 9 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/bash
# Configure cmake build.
echo Configuring cmake build...
mkdir build
cd build
cmake ..
cd ..