I am a full time Linux user and can only add my experience.

On installation of a new distribution on my computer, I install the 
prerequisites (python, pyQt, enchant, docutils) using the package manager, 
which varies with distribution. Then I run the following from a command 
prompt:

git clone https://github.com/leo-editor/leo-editor.git

I use a bash script to start Leo. The script lives in my home folder which 
does not change from distribution to distribution. I have folders in my 
home folder that were created in 2002. :-)

#!/bin/bash
cd Working/leo/leo-editor
git pull
python launchLeo.py

I then use the menu editor (which changes with distribution) to add a links 
to my toolbar and to the menu. 

None of this really helps with installation on Linux, but it might provide 
some perspective.

Chris


On Monday, November 17, 2014 5:31:38 AM UTC-8, Edward K. Ream wrote:
>
> The present install.txt recommends running the install script with sudo 
> ./install (See the P.S.).
>
> But the install script no longer exists at the top level.  What should the 
> docs say?  That is, what is the easiest way to install on Linux?
>
> Edward
>
> P.S.  Here is the part of install.txt relating to Linux
>
> 1. You can run Leo from your home directory.
>    Just add  ~/leo-5-0 to your path.
>
> 2. You can install leo into /usr/local/lib and /usr/local/bin by running
>    Leo's install script as follows::
>
>     cd ~/leo-5-0-a1 # Change version as appropriate.
>     chmod u+x install
>     sudo ./install
>
> EKR
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to