LoginSignup
0
0

More than 5 years have passed since last update.

Making debian package

Last updated at Posted at 2017-12-21

check install でdebを作る

boost

./bootstrap.sh --prefix=/usr/local/boost
./b2
sudo checkinstall ./b2 install

opencv

# remove opencv if installed
rm -rf /usr/local/opencv

./configure xxxx .
make -j2
sudo checkinstall

ディレクトリ構成からdeb作る

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0