Revision: 2590
          http://tmux.svn.sourceforge.net/tmux/?rev=2590&view=rev
Author:   nicm
Date:     2011-09-15 12:58:39 +0000 (Thu, 15 Sep 2011)
Log Message:
-----------
Add build instructions based on diff from Frank Terbeck.

Modified Paths:
--------------
    trunk/NOTES

Modified: trunk/NOTES
===================================================================
--- trunk/NOTES 2011-09-11 23:54:32 UTC (rev 2589)
+++ trunk/NOTES 2011-09-15 12:58:39 UTC (rev 2590)
@@ -13,6 +13,16 @@
 
        http://www.monkey.org/~provos/libevent/
 
+To build tmux from a release tarball, do:
+
+       $ ./configure && make
+       $ sudo make install
+
+To build from a version control checkout, the configure script must be
+generated by running:
+
+       $ sh autogen.sh
+
 tmux consists of a server part and multiple clients. The server is created when
 required and runs continuously unless killed by the user. Clients access the
 server through a socket in /tmp. Multiple sessions may be created on a single

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to