kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00918
Tip on compiling PCBNEW svn 701
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Ing. Gabriele Oberhammer" <gabriele@...>
-
Date:
Sat, 26 Jan 2008 17:36:57 +0100
-
User-agent:
Thunderbird 2.0.0.6 (X11/20071022)
Hi, a little note on compiling PCBNEW under Ubuntu Linux:
In 'how-to-bulid-kicad.txt' is stated you have to install boost library
headers.
Installing 'libboost-dev' is not sufficient, you need to install
'libboost-serialization-dev' too. I.e.:
$ sudo apt-get install libboost-dev libboost-serialization-dev
Bye.
PS: You guys are doing a tremendous job here :-D
Follow ups