Last active
          October 31, 2019 13:41 
        
      - 
      
 - 
        
Save BrunoxD/cda27de22e08ee56f6084fe88923ee35 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
BrunoxD revised this gist
Oct 31, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ wget https://bitbucket.org/amarallab/network-cartography/raw/ce974efc27acdff294d601e77f9762ff2b61e62f/netcarto_cl -qO netcarto_cl \ && chmod +x ./netcarto_cl \ && sudo dpkg --add-architecture i386 \ && sudo apt update \ && sudo apt install libgslcblas0:i386 libgsl23:i386 -y \  - 
        
BrunoxD created this gist
Oct 31, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ wget https://bitbucket.org/amarallab/network-cartography/raw/ce974efc27acdff294d601e77f9762ff2b61e62f/netcarto_cl -qO netcarto \ && chmod +x ./netcarto \ && sudo dpkg --add-architecture i386 \ && sudo apt update \ && sudo apt install libgslcblas0:i386 libgsl23:i386 -y \ && cp /usr/lib/i386-linux-gnu/libgsl.so.23 /usr/lib/i386-linux-gnu/libgsl.so.0