 Paride Legovini
		
	
	
		16d98738e7
		
	
	
	
	Let the user specify CPPFLAGS
			Paride Legovini
		
	
	
		16d98738e7
		
	
	
	
	Let the user specify CPPFLAGS
		
			
			This complements the work done in d4928ed, allowing the user to specify the preprocessor flags with the CPPFLAGS environment variable. This is useful for example to specify preprocessor macros with -D. CFLAGS could be used instead, but CPPFLAGS is more correct and is expected to be honored in some cases. For example, the helper scripts to build Debian packages make use of CPPFLAGS, but the variable is currently being ignored unless manually appended to CFLAGS.
st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.
Requirements
------------
In order to build st you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install st (if
necessary as root):
    make clean install
Running st
----------
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:
    tic -sx st.info
See the man page for additional details.
Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
			
		Description
				
					Languages
				
				
								
								
									C
								
								94.5%
							
						
							
								
								
									Roff
								
								2.4%
							
						
							
								
								
									Shell
								
								1.6%
							
						
							
								
								
									Makefile
								
								1.5%