Add xxd and libmpfr-dev to ubuntu bootstrap
This commit is contained in:
		
							parent
							
								
									498deea753
								
							
						
					
					
						commit
						0c0aa0cd08
					
				
					 1 changed files with 24 additions and 20 deletions
				
			
		
							
								
								
									
										44
									
								
								bootstrap.sh
									
										
									
									
									
								
							
							
						
						
									
										44
									
								
								bootstrap.sh
									
										
									
									
									
								
							| 
						 | 
					@ -359,51 +359,55 @@ ubuntu()
 | 
				
			||||||
	echo "Updating system..."
 | 
						echo "Updating system..."
 | 
				
			||||||
	sudo "$2" update
 | 
						sudo "$2" update
 | 
				
			||||||
	echo "Installing required packages..."
 | 
						echo "Installing required packages..."
 | 
				
			||||||
	pkgs="autoconf \
 | 
						pkgs="\
 | 
				
			||||||
 | 
							ant \
 | 
				
			||||||
 | 
							automake \
 | 
				
			||||||
		autopoint \
 | 
							autopoint \
 | 
				
			||||||
		bison \
 | 
							bison \
 | 
				
			||||||
		build-essential \
 | 
							build-essential \
 | 
				
			||||||
 | 
							clang \
 | 
				
			||||||
		cmake \
 | 
							cmake \
 | 
				
			||||||
		curl \
 | 
							curl \
 | 
				
			||||||
		wget \
 | 
							doxygen \
 | 
				
			||||||
		file \
 | 
							file \
 | 
				
			||||||
		flex \
 | 
							flex \
 | 
				
			||||||
 | 
							g++ \
 | 
				
			||||||
		genisoimage \
 | 
							genisoimage \
 | 
				
			||||||
		git \
 | 
							git \
 | 
				
			||||||
		gperf \
 | 
							gperf \
 | 
				
			||||||
		libexpat-dev \
 | 
							libexpat-dev \
 | 
				
			||||||
		libfuse-dev \
 | 
							libfuse-dev \
 | 
				
			||||||
		libgmp-dev \
 | 
							libgmp-dev \
 | 
				
			||||||
		libpng-dev \
 | 
							libhtml-parser-perl \
 | 
				
			||||||
		libjpeg-dev \
 | 
							libjpeg-dev \
 | 
				
			||||||
 | 
							libpng-dev \
 | 
				
			||||||
		libsdl1.2-dev \
 | 
							libsdl1.2-dev \
 | 
				
			||||||
		libsdl2-ttf-dev \
 | 
							libsdl2-ttf-dev \
 | 
				
			||||||
		libhtml-parser-perl \
 | 
					 | 
				
			||||||
		libtool \
 | 
							libtool \
 | 
				
			||||||
 | 
							llvm \
 | 
				
			||||||
 | 
							lua5.4 \
 | 
				
			||||||
		m4 \
 | 
							m4 \
 | 
				
			||||||
 | 
							make \
 | 
				
			||||||
 | 
							meson \
 | 
				
			||||||
		nasm \
 | 
							nasm \
 | 
				
			||||||
 | 
							ninja-build \
 | 
				
			||||||
		patch \
 | 
							patch \
 | 
				
			||||||
		automake \
 | 
							perl \
 | 
				
			||||||
		scons \
 | 
					 | 
				
			||||||
		pkg-config \
 | 
							pkg-config \
 | 
				
			||||||
		po4a \
 | 
							po4a \
 | 
				
			||||||
		texinfo \
 | 
							protobuf-compiler \
 | 
				
			||||||
		ninja-build \
 | 
					 | 
				
			||||||
		meson \
 | 
					 | 
				
			||||||
		python3-mako \
 | 
					 | 
				
			||||||
		python3 \
 | 
							python3 \
 | 
				
			||||||
		make \
 | 
							python3-mako \
 | 
				
			||||||
 | 
							scons \
 | 
				
			||||||
 | 
							texinfo \
 | 
				
			||||||
 | 
							unzip \
 | 
				
			||||||
 | 
							wget \
 | 
				
			||||||
		xdg-utils \
 | 
							xdg-utils \
 | 
				
			||||||
		zip \
 | 
							zip \
 | 
				
			||||||
		unzip \
 | 
					        autoconf \
 | 
				
			||||||
		llvm \
 | 
					        libmpfr-dev \
 | 
				
			||||||
		clang \
 | 
					        xxd \
 | 
				
			||||||
		perl \
 | 
					        "
 | 
				
			||||||
		doxygen \
 | 
					 | 
				
			||||||
		g++ \
 | 
					 | 
				
			||||||
		lua5.4 \
 | 
					 | 
				
			||||||
		ant \
 | 
					 | 
				
			||||||
		protobuf-compiler"
 | 
					 | 
				
			||||||
	# Not availible for at least ARM hosts
 | 
						# Not availible for at least ARM hosts
 | 
				
			||||||
	case "$host_arch" in
 | 
						case "$host_arch" in
 | 
				
			||||||
		x86*|i?86) pkgs="$pkgs libc6-dev-i386 syslinux-utils";;
 | 
							x86*|i?86) pkgs="$pkgs libc6-dev-i386 syslinux-utils";;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue