Skip to content

Instantly share code, notes, and snippets.

@lucasw
Last active December 16, 2019 15:09
Show Gist options
  • Save lucasw/596aee00aa6c2c15ac1537b79a72a6b4 to your computer and use it in GitHub Desktop.
Save lucasw/596aee00aa6c2c15ac1537b79a72a6b4 to your computer and use it in GitHub Desktop.
gephex

Now doing all gephex development in https://github.com/lucasw/gephex, that supersedes everything below.

git clone https://github.com/ChristianFrisson/gephex.git
cd gephex 
./bootstrap.sh
cd ..
mkdir
../gephex/configure --prefix=$HOME/other/install --with-qt-libdir=/usr/share/qt4/lib --with-qt-bindir=/usr/share/qt4/bin --with-qt-incdir=/usr/share/qt4/include
config.status: executing libtool commands
configure: WARNING: No QT support found.
*** The GUI (graphical user interface) will not be built!
*** Note: most linux distributions split qt into two packages:
*** one containing only the libraries needed to run binary qt
*** applications and one containing all the headers and tools
*** needed to compile qt applications from source.
*** Obviously, you need *both* packages in that case.
*** If you know you have qt installed, try to run configure
*** again with the "--with-qt-(lib|bin|inc)dir=<YOUR QT DIRS>" flags.
*** For details see "./configure --help".
@lucasw
Copy link
Author

lucasw commented Dec 16, 2019

Now doing all gephex development in https://github.com/lucasw/gephex, that supersedes everything above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment