Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Xer0 on March 08, 2011, 06:04:42 PM

Title: afpfs-ng ? (Apple File Protocol for FUSE)
Post by: Xer0 on March 08, 2011, 06:04:42 PM
Guys, did someone alread ported afpfs-ng to µCL?
(Its http://sourceforge.net/projects/afpfs-ng/ on SF)
I still failing at finding out how to complie directly on TC...
Title: Re: afpfs-ng ? (Apple File Protocol for FUSE)
Post by: maro on March 08, 2011, 07:32:48 PM
At the very minimum you'll need to have the 'compiletc.tcz' (meta-)extension installed (e.g. via tce-load -wi compiletc) and then the "usual" steps (e.g. "./configure && make") should work. You either have to know or figure it out e.g. from "complaints" of running './configure' which "-dev" extensions (and library extensions) you'll need to successfully compile you application, but that IMHO is again another "usual" step.

All this has been described probably more than a dozen times in this forums here, plus in a Wiki page (http://wiki.tinycorelinux.com/Creating+Extensions). So, Please use the search function in the forum and or the Wiki, as you might not find too many people willing to answer such kind of questions.