Advertisement
wagnux

cmaptools

Jan 4th, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. ##INSTALAÇÃO CMAPTOOLS NO UBUNTU
  2.  
  3. 32 bits
  4.  
  5. cd /tmp ; wget -c http://cmapdownload.ihmc.us/installs/CmapTools/Linux/LinuxCmapTools_v6.01.01_07-23-15.bin ; chmod +x LinuxCmapTools_v6.01.01_07-23-15.bin ; ./LinuxCmapTools_v6.01.01_07-23-15.bin
  6.  
  7. 64 bits
  8.  
  9. cd /tmp ; wget -c http://cmapdownload.ihmc.us/installs/CmapTools/Linux/Linuxx64CmapTools_v6.01.01_07-23-15.bin ; chmod +x Linuxx64CmapTools_v6.01.01_07-23-15.bin ; ./Linuxx64CmapTools_v6.01.01_07-23-15.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement