You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
13 years ago | |
|---|---|---|
| m4 | 15 years ago | |
| po | 13 years ago | |
| src | 13 years ago | |
| testing | 15 years ago | |
| ui | 13 years ago | |
| .autotools | 15 years ago | |
| .cproject | 15 years ago | |
| .project | 15 years ago | |
| ABOUT-NLS | 15 years ago | |
| AUTHORS | 15 years ago | |
| COPYING | 15 years ago | |
| ChangeLog | 15 years ago | |
| INSTALL | 15 years ago | |
| Makefile.am | 15 years ago | |
| Makefile.in | 15 years ago | |
| NEWS | 15 years ago | |
| README.md | 13 years ago | |
| RELEASES_ARE_IN_CVS_REPOSITORY | 15 years ago | |
| aclocal.m4 | 15 years ago | |
| config.guess | 15 years ago | |
| config.h.in | 15 years ago | |
| config.sub | 15 years ago | |
| configure | 13 years ago | |
| configure.ac | 13 years ago | |
| count.php | 15 years ago | |
| depcomp | 15 years ago | |
| genToolbarIniH.php | 15 years ago | |
| install-sh | 15 years ago | |
| libtool | 15 years ago | |
| ltmain.sh | 15 years ago | |
| missing | 15 years ago | |
| toolbar.ini | 13 years ago | |
| x-xoj.desktop | 15 years ago | |
| xournal.desktop | 15 years ago | |
| xournal.xml | 15 years ago | |
| xournalpp.desktop | 15 years ago | |
README.md
XOURNALPP
Description
Xournalpp is a modified and extended Xournal. New features include: support for image insertion a better eraser reduced memory usage
Hopefully you enjoy it! Just build with
./configure
make
The binary will be in the src/ subdirectory.
make install
should also work.
Development
The buildsystem directory contained php and xml files that are used to properly format the Makefiles used to build and compile this software. These needed to be updated accordingly. I removed it because I felt it was a hassle. Adding source files, I also found the po/ directory to contain useful as well as the Makefile.am in the src directory. I could not get the php buildsystem to work the way I wanted. I have a feeling automake is the way to go for this.