~ubuntu-branches/ubuntu/vivid/notecase/vivid

« back to all changes in this revision

Viewing changes to readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Vijay(Vijay)
  • Date: 2007-06-14 00:13:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614001348-z9e2vbgtenb9nhoo
Tags: 1.5.6-0ubuntu1
* New Upstream release 
*  The libgnomevfs2-dev is also added to Build-Depends 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
   For more details on the project, consider browsing program web pages,
11
11
   or using help.ncd document (program help file).
12
12
   Project license can be found in the "docs" directory as license.txt.
 
13
   
 
14
   Big thanks goes to the <http://www.famfamfam.com/lab/icons/> site for some great free
 
15
   icons used in theis product.
13
16
 
14
17
-----------------
15
18
  Features
16
19
-----------------
17
20
 
 
21
  - rich format editing with support for embedded images
18
22
  - unencrpyted and encrpyted document formats supported
19
23
  - NoteCenter unencrpyted format supported (www.notecenter.net)
20
24
  - multiple text node operations are supported (moving up/down/...)
34
38
   development package, if not, you'll need only runtime GTK package version.
35
39
 
36
40
-----------------
 
41
  Compiling
 
42
-----------------
 
43
 
 
44
   1. Notecase compilation on Ubuntu
 
45
        - run "sudo apt-get install make g++ libgtk2.0-dev libgnomevfs2-dev" to install packages needed to compile notecase
 
46
        - download and unpack latest notecase sources
 
47
        - cd to notecase directory
 
48
        - run "sudo make install" (or just "make" if you do not wish to install the software)
 
49
 
 
50
-----------------
37
51
  Updates
38
52
-----------------
39
53