Skip to content

Commit

Permalink
lua
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 19, 2023
1 parent 2883f4f commit 149a6fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/ubuntu-install/installDependenciesAndBuildRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ libbz2-dev libglfw3-dev libglm-dev libfltk1.3-dev doxygen mkdocs qtchooser libgl
echo on
echo "building LibreCAD"
git submodule update
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=On
mkdir build
pushd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=On
make -j 4
echo "installing LibreCAD"
sudo make install DESTDIR=AppDir
echo "installing LibreCAD"
popd

#cd /usr/src/gtest
#sudo cmake CMakeLists.txt
Expand Down

0 comments on commit 149a6fc

Please sign in to comment.