Hi Michael,

Sorry for the delay, i just did not see this mail.

I use some characteristics of libxml++3.x that is not present on 2.x version.
Ncurses 6.x is not compatible whit minor versions.

If you whish build it manually, a quick guide:

ncurses:

curl -O https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.0.tar.gz
tar -xzvf ncurses-6.0.tar.gz
cd ncurses-6.0
./configure --prefix=/usr/local --with-shared --without-debug --without-normal 
--enable-pc-files
make
sudo make install

libxml++:

sudo apt-get install libxml2-dev libglibmm-2.4-dev
curl -O 
http://ftp.gnome.org/pub/GNOME/sources/libxml++/3.0/libxml++-3.0.1.tar.xz
tar -xJvf libxml++-3.0.1.tar.xz
cd libxml++-3.0.1
./configure --prefix=/usr/local
make
sudo make install

Add the path to the linker:

sudo echo /usr/local/lib > /etc/ld.so.conf.d/usr_local
sudo ldconfig

I will soon check omp-7.0 and update nomp.

Regards.

On Mon, Jan 09, 2017 at 12:53:24PM +0100, Michael Wiegand wrote:
> * [email protected] [16. Dec 2016]:
> > I wrote a simple Ncurses OpenVAS client.
> > Here i leave a 'demo' video and the source code.
> > 
> > Suggestions, insults, etc... are welcome.
> 
> The video looks nice.
> 
> Unfortunately I am unable to build it myself since the libncurses and
> libxml++ dependencies seem to be quite cutting edge and are not
> available e.g. in Debian Stable.
> 
> Do you have a reason for using the library versions you used? Any plans
> on making nomp buildable with older library versions?
> 
> Regards,
> 
> 
> Michael
> 
> -- 
> Michael Wiegand |  Greenbone Networks GmbH  |  http://www.greenbone.net/
> Neumarkt 12,  49074 Osnabrück,  Germany   |   AG Osnabrück,  HR B 202460
> Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner
> 


_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to