mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Mention dependencies earlier.
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/README.md
									
									
									
									
										vendored
									
									
								
							@@ -30,7 +30,9 @@ configure with `--enable-utempter` to enable this.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### From version control
 | 
					### From version control
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To get and build the latest from version control:
 | 
					To get and build the latest from version control - note that this requires at
 | 
				
			||||||
 | 
					least a working C compiler, `make`, `autoconf`, `automake`, `pkg-config` as
 | 
				
			||||||
 | 
					well as `libevent` and `ncurses` libraries and headers:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
~~~bash
 | 
					~~~bash
 | 
				
			||||||
git clone https://github.com/tmux/tmux.git
 | 
					git clone https://github.com/tmux/tmux.git
 | 
				
			||||||
@@ -39,10 +41,6 @@ sh autogen.sh
 | 
				
			|||||||
./configure && make
 | 
					./configure && make
 | 
				
			||||||
~~~
 | 
					~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(Note that this requires at least a working C compiler, `make`, `autoconf`,
 | 
					 | 
				
			||||||
`automake`, `pkg-config` as well as `libevent` and `ncurses` libraries and
 | 
					 | 
				
			||||||
headers.)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Contributing
 | 
					## Contributing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Bug reports, feature suggestions and especially code contributions are most
 | 
					Bug reports, feature suggestions and especially code contributions are most
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								README
									
									
									
									
									
								
							@@ -26,16 +26,15 @@ To build and install tmux from a release tarball, use:
 | 
				
			|||||||
tmux can use the utempter library to update utmp(5), if it is installed - run
 | 
					tmux can use the utempter library to update utmp(5), if it is installed - run
 | 
				
			||||||
configure with --enable-utempter to enable this.
 | 
					configure with --enable-utempter to enable this.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To get and build the latest from version control:
 | 
					To get and build the latest from version control - note that this requires at
 | 
				
			||||||
 | 
					least a working C compiler, make, autoconf, automake, pkg-config as well as
 | 
				
			||||||
 | 
					libevent and ncurses libraries and headers:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	$ git clone https://github.com/tmux/tmux.git
 | 
						$ git clone https://github.com/tmux/tmux.git
 | 
				
			||||||
	$ cd tmux
 | 
						$ cd tmux
 | 
				
			||||||
	$ sh autogen.sh
 | 
						$ sh autogen.sh
 | 
				
			||||||
	$ ./configure && make
 | 
						$ ./configure && make
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(Note that this requires at least a working C compiler, make, autoconf,
 | 
					 | 
				
			||||||
automake, pkg-config as well as libevent and ncurses libraries and headers.)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Contributing
 | 
					* Contributing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Bug reports, feature suggestions and especially code contributions are most
 | 
					Bug reports, feature suggestions and especially code contributions are most
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user