BeelGroup / Docear-Desktop

Docear's desktop version (GPL)
298 stars 90 forks source link

include README file which describes how to build Docear #205

Open stlanger opened 11 years ago

stlanger commented 11 years ago

see: http://www.docear.org/support/forums/docear-support-forums-group3/general-feedback-questions-forum5/readme-file-in-the-source-folder-thread436/

clayt85 commented 8 years ago

This really would be helpful, particularly for those (me!) who are more familiar with C and GNU make.

To help this along, a quick guide (for Fedora 20):

Prerequisites: Apache Ant + Bean Scripting Framework (requires root privileges). yum install ant yum install ant-apache-bsf

In the source code: cd docear_framework/ant sudo ant build

You can now unpack and run: cd ../dist tar -xvf docear_linux.tar.gz

In the resulting folder, run docear.sh