Scribes Text Editor is a minimalist text editor that combines
simplicity with power.
It focuses on optimizing workflow. On intelligently
automating common and repetitive operations. On removing
distractions so you can focus exclusively on your tasks
1. Download Scribes Text Editor
you can
download scribes text editor from
http://scribes.sourceforge.net/download.html
2. Switch to root user
su -c
##OR##
su
3. Install Dependencies
Scribes is built upon Python and the Python libraries
for GNOME. You need the following software and their
dependencies installed on your computer to use Scribes.
- Yelp 2.12
- D-Bus 0.7 (Python bindings)
- Python XDG
- PyGTK 2.10
- GTKSpell (Python bindings)
- GTKSourceView2 (Python bindings)
- rarian-compat
- gnome-doc-utils
4. Untar the source file
you need to untar the source file that you have downloaded
to untar the source
go to the folder where you saved your source file
cd /home/user/Downloads(or the location where you save cd /location)
untar the source file with
[root@localhost Downloads]# tar -xvzf scribes-0.4-dev-build954.tar.bz2
5. Install Scribes Text Editor
To install Scribes go to your downloads folder or the location where you
have extracted the Source file
[root@localhost Downloads]#cd /home/akshay/Downloads/scribes-0.4-dev-build954
Now type the following
[root@localhost scribes-0.4-dev-build954]#./configure
[root@localhost scribes-0.4-dev-build954]#make
[root@localhost scribes-0.4-dev-build954]#make install
Screenshot of Scibes Text Editor on Fedora 17