Skip to content

Instantly share code, notes, and snippets.

@aoloe
Last active December 22, 2015 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aoloe/6390349 to your computer and use it in GitHub Desktop.
Save aoloe/6390349 to your computer and use it in GitHub Desktop.
code structure
the scribus-core code is currently structured as foolows:
+ impagina-core/
- impagina-core.pro
- main.cpp
- scribus.cpp
- scribus.h
+ document/
- document.cpp
- document_global.h
- document.h
- document.pro
+ plugins/
+ pluginInterface.h
+ load/
+ sla-1.5/
sla15.cpp
sla15.h
sla-1.5.pro
+ impagina-core-build
- scribus-core*
+ libraries/
+ document/
- libdocument.so
+ plugins/
+ load/
+ sla15/
- libloadSla15.so
$ cp libraries/document/libdocument.so* libraries/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment