# sqlite3 **Repository Path**: magic77elva/sqlite3 ## Basic Information - **Project Name**: sqlite3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 编译sqlite3: 1、在编译之前首先将arm的编译链声明 `. /opt/fsl-custom-fb/6.1-mickledore/environment-setup-cortexa9t2hf-neon-poky-linux-gnueabi` 2、在声明之后就不需要再指定编译链,它会自己去寻找,只需要指定平台和编译文件存放的位置: `./configure --host=arm-linux --prefix=/home/magic/software/sqlite-autoconf-3410200/install` `make && make install`