View Single Post
  #4   (View Single Post)  
Old 3rd March 2010
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by faysal76 View Post
Hi folks,

i am trying to compile kicad on netbsd,but no success.
i can sucessfuly compile kicad(any version) on Linux.

Please somebody help me.

regards,
FAYSAL
You have to port it your-self. That is highly non-trivial if you do not know what are you doing. Do you know anything about Makefiles? For starters that program is probably using GNU make. NetBSD uses BSD make. You have to add gmake as
dependency.

Try to un-tar the source code and go with
Code:
./configure && gmake
and post the ouput of the compiler.
Reply With Quote