This website requires JavaScript.
Explore
Help
Register
Sign In
ua1zbe
/
dsd-fme
mirror of
https://github.com/lwvmobile/dsd-fme.git
Watch
1
Star
0
Fork
You've already forked dsd-fme
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f165571d2
dsd-fme
/
install.sh
8 lines
92 B
Bash
Raw
Blame
History
#!/bin/bash
#
mkdir build
cd
build
cmake ..
make -j
$(
nproc
)
sudo make install
sudo ldconfig
Reference in New Issue
View Git Blame
Copy Permalink