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
sudo apt-get install mingw-w64
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain-mingw32.cmake ..
sudo apt-get install libxml2-dev
mkdir build && cd build
cmake ..
- Rotated text is not correctly placed
- Understand Orcad native OLB format and convert directly from *.olb to KiCAD *.lib.
- Update to the new KiCAD symbol format