Puma KiCad project file fix
Posted: Mon May 30, 2011 11:43 pm
There is an issue related to the committed library paths of the KiCad project file of Puma, at least at the time of writing this.
It can easily be fixed by editing the design/puma.pro file with a text editor.
Change these lines:
..into:
After doing this, the project can be opened without errors (except for the missing "LOGO2.mod" file in the master branch, because the "screenshots" directory doesn't exist in the repository).
It can easily be fixed by editing the design/puma.pro file with a text editor.
Change these lines:
Code: Select all
LibName11=/home/marcos/electronica/puma/PCB-modules/free_EMS
LibName12=/home/marcos/electronica/puma/screenshots/img2mod_v1.01/LOGO2
LibName13=/home/marcos/electronica/puma/PCB-modules/LOGO
Code: Select all
LibName11=../PCB-modules/free_EMS
LibName12=../screenshots/img2mod_v1.01/LOGO2
LibName13=../PCB-modules/LOGO