Line 9:
Line 9:
| version = August 19, 2009
| version = August 19, 2009
| licence = GNU GPL v2
| licence = GNU GPL v2
−
| download = Media:Libntfs-src-19.08.09.tar.gz
+
| source = http://github.com/rhyskoedijk/libntfs/tree/master
−
| source = http://code.google.com/p/mplayer-ce/source/browse/#svn/branches/newgui/libs/libntfs
}}
}}
Line 40:
Line 39:
This was a design choice and not a defect. I may change this behaviour in the future if it turns out to be troublesome.
This was a design choice and not a defect. I may change this behaviour in the future if it turns out to be troublesome.
+
+
==Getting the latest sources==
+
To grab the latest and greatest copy of the sources just type:
+
+
git clone http://github.com/rhyskoedijk/libntfs/tree/master
==Compiling and Installing==
==Compiling and Installing==
−
Make sure you have [[devKitPPC]] and the latest [[libogc]] installed. Then type:
+
Make sure you have [[devKitPPC]] and the latest [[libogc]] installed. Then from the sources root directory, type:
make
make
Line 64:
Line 68:
A big thanks to all the authors of [http://www.ntfs-3g.org/ NTFS-3G], of which this library makes use of. Thanks also to the following:
A big thanks to all the authors of [http://www.ntfs-3g.org/ NTFS-3G], of which this library makes use of. Thanks also to the following:
−
* Authors of [[libogc]] for providing the framework
+
* Authors of [[libogc]] for providing the libraries framework
* Authors of [[libfat]] for laying the foundations
* Authors of [[libfat]] for laying the foundations
* [[User:rodries|rodries]] for his help and contributions (cache, bug fixes, etc)
* [[User:rodries|rodries]] for his help and contributions (cache, bug fixes, etc)