|
Compile
Download and compileDownload sourcesYou can download the latest sources from the download site or checkout them from the subversion repository: svn co http://svn.data-14.org/data-14/tags/0.0.2/ data-14 Compile Linux sourcesNOTE: You need to have the kernel sources and the GNU build tools (make, gcc, ...). First you need to compile the RedirFS module and copy its exported symbols table to the Data-14 filter directory: cd external/redirfs make cd ../.. cp external/redirfs/Module.symvers modules/filesystem/linux/flt/ Then compile the Data-14 filesystem filter: cd modules/filesystem/linux/ make cd ../../.. The compiled modules and daemons will be:
Now you can take a look at the basic usage page. Compile Windows sourcesYou can just run the WDK build command from the windows directory. It compiles, but it is useless. |
► Sign in to add a comment