Difference between revisions of "FUSE-exFAT"
From CBLFS
Jump to navigationJump to searchAndrewhowson (talk | contribs) |
Andrewhowson (talk | contribs) |
||
Line 17: | Line 17: | ||
* [[scons]] | * [[scons]] | ||
* [[FUSE]] | * [[FUSE]] | ||
+ | |||
+ | == Non-Multilib == | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | cd exfat-read-only&& | ||
+ | scons | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | sudo scons install |
Revision as of 21:11, 16 March 2011
Download Source: |
svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only |
---|
Introduction to FUSE-exFAT
exFAT (Extended File Allocation Table AKA FAT64)
Project Homepage: http://http://code.google.com/p/exfat/
Dependencies
Required
Non-Multilib
Compile the package:
cd exfat-read-only&& scons
Install the package:
sudo scons install