Work in progress. Previous generation is more usable now.
- Install
g++
- Install
cmake
- Install Qt5 development files.
- Install Qutepart C++ version
On Ubuntu and Ubuntu-based systems
sudo apt-get install g++ cmake qt5base-dev qtbase5-dev-tools
mkdir build
cd build
To use Qutepart installed to the system:
cmake ..
It is also possible to build Enki with Qutepart checked out as source tree. This variant usually is used for development:
cmake .. -DQUTEPART_SRC_DIR=../../qutepart-cpp/
Replace ../../qutepart-cpp
with your Qutepart source directory path relative to current directory.
make
./enki-ng
(From the build directory, after enki-ng was built)
sudo make install