Last active
December 22, 2015 00:38
-
-
Save aoloe/6390349 to your computer and use it in GitHub Desktop.
code structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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