I am Charmie

メモとログ

2013-06-01から1ヶ月間の記事一覧

Double commander on Ubuntu

Double commander is a two-panel style file manager. Since the Double commander is not default package, we first need to add repository as mentioned here. sudo add-apt-repository ppa:alexx2000/doublecmd sudo apt-get update sudo apt-get inst…

VTK on Ubuntu

VTK (http://www.vtk.org/) is a visualization library for C++ but has graph processing functions. Thus, I'll try VTK as well.if [ ! -f vtk-5.8.0.tar.gz ]; then wget http://www.vtk.org/files/release/5.8/vtk-5.8.0.tar.gzfiif [ ! -f vtkdata-5.…

GraphViz on ubuntu

I'm using Boost Graph Library (BGL) and looking for libraries/softwares that can visualize graph network obtained by using BGL. GraphViz is an open source graph visualization software. Fortunately, BGL has a function that outputs graph net…