forked from dustinkirkland/byobu
-
Notifications
You must be signed in to change notification settings - Fork 0
git mirror of upstream bzr at http://launchpad.net/byobu
License
rchandramouli/byobu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For more information about this package, please see: * http://byobu.co If Byobu is not packaged for your Linux or UNIX OS, or if you do not have administrative privileges in order to install Byobu, you may be able to install locally, using the following instructions... 0) If you pull the source from the upstream bzr or git: bzr branch lp:byobu git clone git://github.com/dustinkirkland/byobu.git Then you first need to run: ./debian/rules autoconf 1) Or download the latest officially released version from: https://launchpad.net/byobu/+download 2) Extract: tar zxvf byobu*.tar.gz 3) Configure: cd byobu* ./configure --prefix="$HOME/byobu" 4) Build: make 5) Install: make install 6) Update your PATH and BYOBU_PREFIX environment variables echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc . $HOME/.bashrc 7) Run: byobu Note that you will need to have a few dependencies installed: * tmux >= 1.5 and screen * python-newt (if you want to use Byobu's configuration utility) * gsed (if your sed implementation doesn't support -i) Dustin Kirkland <kirkland@byobu.co> 2013-01-15
About
git mirror of upstream bzr at http://launchpad.net/byobu
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 83.0%
- Python 9.3%
- JavaScript 4.8%
- Perl 2.9%