mirror of
				https://github.com/cldellow/sqlite-parquet-vtable.git
				synced 2025-11-04 02:39:56 +00:00 
			
		
		
		
	Merge pull request #40 from dazzag24/master
enable-readline support in sqlite3 cli tool
This commit is contained in:
		@@ -14,7 +14,7 @@ fetch_if_needed() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
  cd sqlite
 | 
					  cd sqlite
 | 
				
			||||||
  ./configure
 | 
					  ./configure --enable-readline
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if [ ! -v PREBUILT ]; then
 | 
					  if [ ! -v PREBUILT ]; then
 | 
				
			||||||
    make -j$(nproc)
 | 
					    make -j$(nproc)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,7 @@ install_prerequisites() {
 | 
				
			|||||||
  sudo apt-get install libboost-dev g++ libboost-filesystem-dev \
 | 
					  sudo apt-get install libboost-dev g++ libboost-filesystem-dev \
 | 
				
			||||||
    libboost-program-options-dev libboost-regex-dev \
 | 
					    libboost-program-options-dev libboost-regex-dev \
 | 
				
			||||||
    libboost-system-dev libboost-test-dev \
 | 
					    libboost-system-dev libboost-test-dev \
 | 
				
			||||||
    libssl-dev libtool bison flex pkg-config
 | 
					    libssl-dev libtool bison flex pkg-config libreadline-dev libncurses-dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Install prereqs based on https://github.com/apache/arrow/tree/master/cpp
 | 
					  # Install prereqs based on https://github.com/apache/arrow/tree/master/cpp
 | 
				
			||||||
  sudo apt-get install cmake \
 | 
					  sudo apt-get install cmake \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user