[Fribidi-discuss] Compiled on OS X; how to publish the binary?
Nir Soffer
nirs at freeshell.org
Mon Apr 14 23:30:07 EST 2003
I compiled fribidi (with the help of Behdad) and used it successfully.
How can I publish the binary? the fribidi file is only a script behind
the library. When I installed it, using make install, I so it copied
many files to various directories.
In OS X, its very easy to create a user friendly installer - but I need
to know what are the files that are needed and where each one should be
installed. Where is that information?
It seems that all this could be much easier if the project was better
organized. For example, what about this layout:
fribidi-versionnumber // root folder
src // c files
headers // h files
config // file releated to the configure stage
make // file that releated to the make stage
install // contain all the file that get installed when you do make
install,
with an install script.
unidata // already exists
charsets // with all the charset files
Is it possible to organize the project is a similar way?
More information about the FriBidi
mailing list