Skip to content

Commit

Permalink
fixed ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 12, 2023
1 parent 2330f27 commit 6994238
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions scripts/ubuntu-install/installDependenciesAndBuildRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,5 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=On
make -j 4
echo "installing LibreCAD"
sudo make install DESTDIR=AppDir
sudo cp bin/*.lua bin/*.json AppDir/usr/bin
popd
pwd
ls
find . -type d

#cd /usr/src/gtest
#sudo cmake CMakeLists.txt
#sudo make


#cd lib #meeded in ubuntu 20.04+
#sudo cp ./*.a /usr/lib



0 comments on commit 6994238

Please sign in to comment.