mirror of
				https://github.com/rkd77/elinks.git
				synced 2025-10-21 19:54:04 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			226 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			226 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| cd
 | |
| wget https://mujs.com/downloads/mujs-1.3.4.tar.gz
 | |
| rm -rf mujs-1.3.4
 | |
| tar -xf mujs-1.3.4.tar.gz
 | |
| cd mujs-1.3.4
 | |
| patch -p1 < ../mujs.diff
 | |
| make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar HAVE_READLINE=no prefix=$HOME install
 |