Home

Awesome

LibMan

LibMan - an easy way to manage your open source design flow

Goals of the project

Top Features

LibMan helps to organize libraries and cell views in a design project:

Project file support

Example of project file:

GROUP Text test1 test2
PROJECT test1 ~/test1 PROJECT test2 ~/test2

Where

Building requirements

Building project

qmake libman.pro
make

Building project with QtCreator

  1. Open QtCreator and go to "Tools > Options > Kits"
  2. Go to "Qt Versions" add press "Add" - select the qmake executable generated by the configure script. Then hit "Apply".
  3. Go to "Kits" and press "Add" - Make shure to select the correct compilers and debugger and select the previously create "Qt Version". Press "Ok".
  4. Open the top level libman.pro file in QtCreator and choose the previously created Kit. QtCreator will now use the correct qmake executable.
  5. Run building button to compile the project.

Roadmap

Main Interface

Doxygen cooment style support and documentation generation

Doxygen was used to parse the source code and generate documentation.

Links

Qt download

QtCreator

Doxygen