fjullien / orlib2ki

Orcad to KiCAD library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

This program converts Orcad schematic libraries to KiCAD libraries. However, as Orcad libraries native format (*.olb) is not open, we first need to export Orcad libraries to XML. To do that, we use Orcad:

File->Export->Library XML

Then, once you get myLib.xml:

orlib2ki -i myLib.xml

Build for Windows (mingw-w64)

sudo apt-get install mingw-w64

mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-mingw32.cmake ..

Build for Linux

sudo apt-get install libxml2-dev
mkdir build && cd build
cmake ..

Known issues

  • Rotated text is not correctly placed

TODO

  • Understand Orcad native OLB format and convert directly from *.olb to KiCAD *.lib.
  • Update to the new KiCAD symbol format

About

Orcad to KiCAD library


Languages

Language:C 92.8%Language:Objective-C 4.1%Language:C++ 2.6%Language:CMake 0.3%Language:Tcl 0.2%