求助,各位大神,怎么用源码安装libcoin-dev?
Tofloor
poster avatar
alex_su
deepin
2019-08-21 18:25
Author
各位大神,想装个freeCAD,怎么用源码安装libcoin-dev?
Reply Favorite View the author
All Replies
avatar
Amadeus
deepin
2019-08-21 19:53
#1
  1. sudo apt-get install libboost-all-dev
  2. sudo apt-get install libssl-dev
  3. sudo apt-get install libsqlite3-dev
  4. sudo apt-get install libdb++-dev
  5. git clone https://github.com/libcoin/libcoin.git
  6. cd libcoin
  7. ./configure
  8. make
  9. sudo make install
Copy the Code

应该是这样吧。
Reply View the author