Joon's blog

Python | openSUSE | LaTeX

openSUSE 11.4: Installation of Scribes

with 5 comments

http://scribes.sourceforge.net

1. Dependencies

  • gnome-common
  • gnome-doc-utils-devel
  • python-gnome-extras

(Of course, install other dependencies of those libraries as well.)
 

2. Compile & Install

bzr branch lp:scribes
cd scribes

chmod +x autogen.sh   # this might be necessary

./autogen.sh
make
sudo make install

Successful with openSUSE 11.4 and Scribes version 0.4-dev-build954

Written by joon

March 23rd, 2011 at 10:40 pm

5 Responses to 'openSUSE 11.4: Installation of Scribes'

Subscribe to comments with RSS or TrackBack to 'openSUSE 11.4: Installation of Scribes'.

  1. [...] not scribus, it's a text editor I'm trying to install This guy says his done it but I can't openSUSE: Install Scribes at Joon's blog Reply With Quote + Reply to Thread « Previous Thread | Next [...]

    scribes

    11 May 11 at 6:12 pm

  2. Hi Joon!
    I am trying to compile scribes but I run into the following problem during compilation:
    Checking for PyGTK… yes
    Checking for pygtksourceview2… yes
    Error: Python bindings for gtkspell was not found.
    configure: error: Error: Dependency check failed
    Now I’ve installed the relative package, i.e. python-gtkspell-2.25.3-19.4.x86_64.rpm, but, apparently to no avail. Any idea?
    Thank you for your courteous attention.

    [Reply]

    joon Reply:

    did you install python-gnome-extras as well? I think the error was solved with python-gnome-extras .. let me know.

    I just did ./autogen.sh again to check and after I installed python-gnome-extras the error is gone.

    [Reply]

    Guido

    30 May 11 at 5:15 am

  3. Thanks for the tip! Knowing the dependencies ahead of time is so nice.

    [Reply]

    joon Reply:

    You’re welcome. Glad to be a help!

    [Reply]

    Matthew Morgan

    12 Aug 11 at 7:41 pm

Leave a Reply