|
|
7 years ago | |
|---|---|---|
| .settings | 7 years ago | |
| cmake | 7 years ago | |
| desktop | 7 years ago | |
| development | 7 years ago | |
| doc/ui | 7 years ago | |
| launcher/usr/local/bin | 7 years ago | |
| po | 7 years ago | |
| readme | 7 years ago | |
| src | 7 years ago | |
| test | 7 years ago | |
| ui | 7 years ago | |
| .autotools | 11 years ago | |
| .cproject | 7 years ago | |
| .gitignore | 7 years ago | |
| .project | 11 years ago | |
| .travis.yml | 7 years ago | |
| ABOUT-NLS | 15 years ago | |
| AUTHORS | 11 years ago | |
| CMakeLists.txt | 7 years ago | |
| LICENSE | 11 years ago | |
| README.md | 7 years ago | |
README.md
Xournal++
Features
Xournal++ is a hand note taking software written in C++ with the target of flexibility, functionality and speed. Stroke recognizer and other parts are based on Xournal Code, which you can find at sourceforge
Xournal++ features:
- Support for Pen preassure, e.g. Wacom Tablet
- Support for annotating PDFs
- Allow to map different tools / colors etc. to stylus buttons / mouse buttons
- Sidebar with Page Previews with advanced page sorting, PDF Bookmarks and Layers (Layers currently not enabled by default)
- enhanced support for image insertion
- Eraser with multipe configurations
- Significantly reduced memory usage and code to detect memory leaks compared to Xournal
- LaTeX support (requires a working LaTeX install and
-DENABLE_MATHTEX=ONflag when configuring) - bug reporting, autosave, and auto backup tools
- Customizeable toolbar, with multiple configurations, e.g. to optimize toolbar for portrait / landscape
- Page Template definitions
- Shape drawing (line, arrow, circle, rect)
Hopefully you'll enjoy it!
How to use audio record and playback feature:
- Install
vlcand make surecurlandarecordare present on your system - Copy the scripts under
launcherfolder to their corresponding absolute path - Under
vlcsettings: -
- enable
http interface(see this ) with blank username and password "password"
- enable
-
- tick
Allow only one instanceunderInterface -> Instance
- tick
- Launch
xournalppusing the launcher I providedxournalpp-ts-launcher.sh - Choose
Toolbar Leftlayout underView->Toolbars->Toolbar Left
You're ready to go!
Just press the red button to start/stop recording and use the Play Object tool to click on a stroke and listen to the corresponding audio
Building
Aside from legacy releases, this is currently the way to install Xournal++. For complete building documentation refer to wiki page: Installation.
There will be some binaries appearing in the future, so ideally you can make use of those as well. They'll be at Xournal++ releases.
Current releases are out of Date, we are searching for Maintainer for PPA etc. Issue for Contact
Install dependencies
For Fedora/CentOS/RHEL:
- Probably not correct for new GTK3 build, create a pull or a Ticket if you have the correct list
dnf groups install "C Development Tools and Libraries"
dnf install cmake libglade2-devel texlive-scheme-basic texlive-dvipng glibmm24-devel gtk2-devel gtk+-devel boost boost-devel poppler-glib-devel
For Ubuntu/Debian:
sudo apt-get install cmake libboost-all-dev libcppunit-dev dvipng texlive \
liblcms2-dev libjpeg-dev fontconfig librsvg2-dev libgtk-3-dev \
libpoppler-dev libpoppler-cpp-dev libpoppler-glib-dev libpoppler-private-dev \
libxml2-dev libopenjpeg-dev
(On Ubuntu 18.04, remove the last libopenjpeg-dev, it's not in the repository any more).
Basic steps are:
git clone http://github.com/xournalpp/xournalpp.git
cd xournalpp
mkdir build
cd build
cmake ..
make
On Ubuntu 16.04, -DBUILD_POPPLER=ON is automatically added due to #234.
If you'd like to enable mathtex support you should add -DENABLE_MATHTEX=ON to cmake command or use cmake-gui ..
to see graphically all available options. However, this should already be enabled by default.
The binary executable will be in build/src/ subdirectory.
To install all needed files execute:
make install
If you want to install desktop file and thumbnailer execute:
make desktop-install
Development
For developping new features, write a Ticket, so others know what you are doing. For development create a fork, and use the master as base. Create a Pull request for each fix. Do not create big pull requests, as long as you don't break anything features also can be merged, even if they are not 100% finished.
See GitHub:xournalpp for current development. You can also join our Gitter channel via badge on top.
