# mtpfs **Repository Path**: hiplayer/mtpfs ## Basic Information - **Project Name**: mtpfs - **Description**: for mtp camera - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README mtpfs ===== for mtp camera 1. decompress tar xvf libusb_0.1.12.orig.tar.gz tar xvf libmtp-1.1.2.tar.gz 2. install libusb cd libusb-0.1.12 ./configure && make && sudo make install cd .. 3.有的机子需要添加引用库 vi /etc/ld.so.conf.d/ 把/usr/local/lib/加入 sudo ldconfig 4. install libmtp patch -p0 < libmtp.makefile.in.patch patch -p0 < libmtp.patch cd libmtp-1.1.2 ./configure && make && sudo make install cd .. 5. install mtpfs cd mtpfs-0.1 ./genconf.sh ./configure && make