Skip to content

eduffy/hpcvmmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpcvmmon

REQUIREMENTS

BUILDING

Linux

You can install the dependencies from your package manager, or build and install from source; just make sure your PKG_CONFIG_PATH environment variable can locate the .pc files for QtGui, QtNetwork, libssh2, and libvncclient. Then you can build hpcvmmon with the following command:

./waf configure build

Mac OSX

I suggest using Homebrew to install the dependencies.

brew install qt libssh2 libvncserver
./waf configure build

Windows

hpcvmmon can be built using MinGW & MSYS. All dependencies have to be built and installed manually.

libz

tar zxvf zlib-1.2.7.tar.gz
cd zlib-1.2.7
make -f win32/Makefile.gcc
make -f win32/Makefile.gcc install \
   SHARED_MODE=1 \
   INCLUDE_PATH=/C/Library/libz/include \
   LIBRARY_PATH=/C/Library/libz/lib \
   BINARY_PATH=/C/Library/libz/bin

OpenSSL

tar zxvf openssl-1.0.1c.tar.gz
cd openssl-1.0.1c
perl Configure mingw64 shared no-asm --prefix=/C/Library/OpenSSL
make
make install

libssh2

tar zxvf libssh2-1.4.2.tar.gz
cd libssh2-1.4.2
./configure --prefix=/C/Library/LibSSH2 \
   --with-libssl-prefix=/C/Library/OpenSSL \
   --with-libz-prefix=/C/Library/libz
make
make install

libvncserver

TODO

hpvvmmon

./waf configure build

TODO

  • Save qemu state / resume from saved state
  • Integrate with OrangeFS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published