[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:software:tmux [2012/12/28 05:28 (UTC)] – [Installation] escaflownhowtos:software:tmux [2012/12/28 05:28 (UTC)] (current) – [Installation] escaflown
Line 17: Line 17:
  
 A **//tmux//** SlackBuild is available at your favorite SlackBuilds [[http://slackbuilds.org/|repository]]. The installation is pretty straightforward. First, make sure all the dependencies are installed (at the time of this writing, **//libevent//** is the only dependency). Download the SlackBuild archive for tmux, extract it in your build environment. Next, download the source of tmux from their [[http://tmux.sourceforge.net/|website]] and place it in the extracted directory. Run the script //./tmux.SlackBuild// and finally use **//installpkg//** to install the finished package that should be located in ///tmp// A **//tmux//** SlackBuild is available at your favorite SlackBuilds [[http://slackbuilds.org/|repository]]. The installation is pretty straightforward. First, make sure all the dependencies are installed (at the time of this writing, **//libevent//** is the only dependency). Download the SlackBuild archive for tmux, extract it in your build environment. Next, download the source of tmux from their [[http://tmux.sourceforge.net/|website]] and place it in the extracted directory. Run the script //./tmux.SlackBuild// and finally use **//installpkg//** to install the finished package that should be located in ///tmp//
-You can consider **//sbopkg//** as a helper tool for installing the slackbuild.+You can consider **//sbopkg//** as a helper tool for installing the SlackBuild.
  
 ===== Configuration ===== ===== Configuration =====
 howtos:software:tmux ()