CloudCompare is a 3D point cloud processing software. It's deb is already packed for ArcheOS 5 Theodoric, under development on https://github.com/archeos/ArcheOS . To install on Debian Wheezy (7.8), just add theodoric's repo:
sudo nano /etc/apt/sources.listthen add this lines and save (ctrl+o, then ctrl+x):
#Archeos5 Theodoric deb http://repos.archeos.eu/apt theodoric main contrib non-freeTo validate gpg's keys, write :
gpg --keyserver pgpkeys.mit.edu --recv-key 5AC5D028 gpg -a --export 5AC5D028 | sudo apt-key add -and update source.list by:
sudo apt-get update
now you can able to install any software from theodoric's repo, just pinning by "sudo apt-get install -t theodoric packet-name", let me show you an example that installs CloudCompare:
sudo apt-get install -t theodoric cloudcompare
that's all.
No comments:
Post a Comment