View Single Post
  #1   (View Single Post)  
Old 8th January 2017
billy_bazooka billy_bazooka is offline
Port Guard
 
Join Date: Sep 2016
Posts: 31
Default [solved] how to install nzbget on netbsd 7.0.2 from source

i'm trying to install nzbget.. i think it was in the pkgsrc way back but its not there anymore.. so i tried this:

(1) i downloaded the source from nzbget website
(2) then ./configure said "A compiler with support for C++14 language features is required."... so i installed gcc6 using "pkgin in gcc6"
(3) so then i tried "PATH=/usr/pkg/gcc6/bin:$PATH ./configure" and it said compiler is ok, but now i got "configure: error: "ncurses library not found""

(4) i have ncurses lib in /usr/pkg/include/ncurses, how to let ./configure know the location of ncurses lib?


Last edited by billy_bazooka; 8th January 2017 at 06:29 PM.
Reply With Quote