mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* README:
- improve readme build instructions, with thanks to: + https://github.com/dustinkirkland/byobu/pull/8
This commit is contained in:
parent
e3b29d7fdb
commit
e310055478
2 changed files with 9 additions and 6 deletions
10
README
10
README
|
@ -6,16 +6,14 @@ administrative privileges in order to install Byobu, you may be able to
|
||||||
install locally, using the following instructions...
|
install locally, using the following instructions...
|
||||||
|
|
||||||
0) If you pull the source from the upstream bzr or git:
|
0) If you pull the source from the upstream bzr or git:
|
||||||
bzr branch lp:byobu
|
bzr branch lp:byobu && cd byobu
|
||||||
git clone git://github.com/dustinkirkland/byobu.git
|
git clone git://github.com/dustinkirkland/byobu.git byobu-src && cd byobu-src
|
||||||
Then you first need to run:
|
|
||||||
./debian/rules autoconf
|
./debian/rules autoconf
|
||||||
1) Or download the latest officially released version from:
|
1) Or download the latest officially released version from:
|
||||||
https://launchpad.net/byobu/+download
|
https://launchpad.net/byobu/+download
|
||||||
2) Extract:
|
2) Extract:
|
||||||
tar zxvf byobu*.tar.gz
|
tar zxvf byobu*.tar.gz && cd byobu*
|
||||||
3) Configure:
|
3) Configure:
|
||||||
cd byobu*
|
|
||||||
./configure --prefix="$HOME/byobu"
|
./configure --prefix="$HOME/byobu"
|
||||||
4) OPTIONAL: Use python from your environment, rather than from your distro
|
4) OPTIONAL: Use python from your environment, rather than from your distro
|
||||||
echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc
|
echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc
|
||||||
|
@ -35,4 +33,4 @@ Note that you will need to have a few dependencies installed:
|
||||||
* gsed (if your sed implementation doesn't support -i)
|
* gsed (if your sed implementation doesn't support -i)
|
||||||
|
|
||||||
Dustin Kirkland <kirkland@byobu.co>
|
Dustin Kirkland <kirkland@byobu.co>
|
||||||
2013-01-15
|
2015-03-01
|
||||||
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -8,6 +8,11 @@ byobu (5.91) unreleased; urgency=medium
|
||||||
"lancer", or "utiliser" ; all of this words mean the same
|
"lancer", or "utiliser" ; all of this words mean the same
|
||||||
thing in this context).
|
thing in this context).
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
|
* README:
|
||||||
|
- improve readme build instructions, with thanks to:
|
||||||
|
+ https://github.com/dustinkirkland/byobu/pull/8
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 15 Jan 2015 08:09:27 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 15 Jan 2015 08:09:27 -0600
|
||||||
|
|
||||||
byobu (5.90-0ubuntu1) vivid; urgency=medium
|
byobu (5.90-0ubuntu1) vivid; urgency=medium
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue