# package-dep **Repository Path**: north_fish/package-dep ## Basic Information - **Project Name**: package-dep - **Description**: No description available - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-09 - **Last Updated**: 2025-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # package-dep #### 介绍 此工程用于存储国产化系统中打包所需系统依赖库,包括 ARM 架构和 MIPS 架构 #### electron 4.0 sqlite 编译 electron 4.0 及以前版本使用的是 sqlite,编译方式如下 * npm init * npm install sqlite3 --build-from-source --runtime=electron --target=4.0.6 --dist-url=https://atom.io/download/electron * node-gyp rebuild --target=10.1.5 --dist-url=https://atom.io/download/electron --module_name=node_sqlite3 --module_path=../lib/binding/electron-v10.0-darwin-x64