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.
 
 
 
 
 
 
Wilson Brenna 7c20265637 More descriptive print, and adds feature fixing bug #8. 13 years ago
buildsystem Added a more descriptive README and removed buildsystem. 13 years ago
m4 Updated translation 14 years ago
po Added TextBoxUndo feature to the makefile and localization. 13 years ago
src More descriptive print, and adds feature fixing bug #8. 13 years ago
testing Example for collaboration added 15 years ago
ui Moved View menubar to a standard location. 13 years ago
valgrind Fixed memory leaks and unitialized variable 14 years ago
.autotools git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
.cproject Removed not finished and discontinued collaboration code 14 years ago
.project Removed not finished and discontinued collaboration code 14 years ago
.pydevproject Bugfixes, Dual page input now works correct, before always the left page was selected, even if you clicked on the right page 14 years ago
ABOUT-NLS Add Translation support 15 years ago
AUTHORS Added skeleton of duplicate page utility. Attempted a fix on the page 13 years ago
COPYING Added skeleton of duplicate page utility. Attempted a fix on the page 13 years ago
ChangeLog git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
INSTALL git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
Makefile.am Support overlay scrollbar (./configure --enable-os) especially for Ubuntu) 15 years ago
Makefile.in Removed not finished and discontinued collaboration code 14 years ago
NEWS git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
README Removed the README hack and changed configure to foreign. 13 years ago
README.md Fixed some typos in README. 13 years ago
RELEASES_ARE_IN_CVS_REPOSITORY git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@13 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
aclocal.m4 Removed not finished and discontinued collaboration code 14 years ago
config.guess git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
config.h.in Automake chanages 15 years ago
config.sub git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
configure Merge remote branch 'mathtex/master' 13 years ago
configure.ac Merge remote branch 'mathtex/master' 13 years ago
count.php Add dependency to librsvg (needed on Gentoo, because Xournal crashes while loading the SVG icons) 15 years ago
depcomp git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
genToolbarIniH.php Removed not finished and discontinued collaboration code 14 years ago
install-sh git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
libtool git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
ltmain.sh Support overlay scrollbar (./configure --enable-os) especially for Ubuntu) 15 years ago
missing git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
toolbar.ini Updated toolbars to enhance the colour palette. 13 years ago
x-xoj.desktop Automake chanages 15 years ago
xournal.desktop Removed not finished and discontinued collaboration code 14 years ago
xournal.xml git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@59 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
xournalpp.desktop Automake chanages 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
  • LaTex support (required Mathtex)
  • advanced page sorting

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 contains php and xml files that are used to format the Makefiles used to build and compile this software. These needed to be updated accordingly. I could not get the php buildsystem to work so the instructions above were what worked for me.