|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
erlang-amfI have finally published the Erlang AMF library I have been working on
to github. It has full support for Adobe AMF0 and AMF3 specs. Enjoy responsibly. |
|
|
Re: erlang-amfForgot the actual link http://github.com/mujaheed/erlang-amf/tree/master
On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote: > I have finally published the Erlang AMF library I have been working on > to github. It has full support for Adobe AMF0 and AMF3 specs. > > Enjoy responsibly. ________________________________________________________________ erlang-questions mailing list. See http://www.erlang.org/faq.html erlang-questions (at) erlang.org |
|
|
Re: Re: erlang-amfHi.
There are only .erl files, no .c files. Why do you need to use so complicated configure files to build them? I'm just curious. Ngoc. On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <ruslan@...> wrote: > Forgot the actual link http://github.com/mujaheed/erlang-amf/tree/master > > On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote: > > I have finally published the Erlang AMF library I have been working on > > to github. It has full support for Adobe AMF0 and AMF3 specs. > > > > Enjoy responsibly. > |
|
|
Re: Re: erlang-amfHi Ngoc,
What files are you looking at? configure is generated automatically from configure.ac. I find this configure.ac exemplar. -- Romain Lenglet On Jul 28, 2009, at 10:48, Ngoc Dao wrote: > Hi. > > There are only .erl files, no .c files. Why do you need to use so > complicated configure files to build them? I'm just curious. > > Ngoc. > > > On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <ruslan@...> wrote: > >> Forgot the actual link http://github.com/mujaheed/erlang-amf/tree/master >> >> On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote: >>> I have finally published the Erlang AMF library I have been >>> working on >>> to github. It has full support for Adobe AMF0 and AMF3 specs. >>> >>> Enjoy responsibly. >> ________________________________________________________________ erlang-questions mailing list. See http://www.erlang.org/faq.html erlang-questions (at) erlang.org |
|
|
Re: Re: erlang-amfI mean the build process is so complicated.
Why not use just a Emakefile and Makefile like this? http://github.com/ngocdaothanh/ale/blob/master/Emakefile http://github.com/ngocdaothanh/ale/blob/master/Makefile Ngoc. On Tue, Jul 28, 2009 at 11:11 AM, Romain Lenglet < romain.lenglet@...> wrote: > Hi Ngoc, > What files are you looking at? > configure is generated automatically from configure.ac. > I find this configure.ac exemplar. > -- > Romain Lenglet > > > On Jul 28, 2009, at 10:48, Ngoc Dao wrote: > > Hi. >> >> There are only .erl files, no .c files. Why do you need to use so >> complicated configure files to build them? I'm just curious. >> >> Ngoc. >> >> >> On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <ruslan@...> wrote: >> >> Forgot the actual link http://github.com/mujaheed/erlang-amf/tree/master >>> >>> On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote: >>> >>>> I have finally published the Erlang AMF library I have been working on >>>> to github. It has full support for Adobe AMF0 and AMF3 specs. >>>> >>>> Enjoy responsibly. >>>> >>> >>> > |
|
|
Re: erlang-amfHi Ngoc,
You are more than welcome to fork the project and package it with Emakefile and Makefile. Autoconf/automake allows you to do much more. For one you can specify the --prefix=LOCATION at configure time and have it installed there when you do make install, or do make dist etc, etc. Take a look at http://github.com/mujaheed/erlang-example/tree/master It has support for EDoc and Eunit. There's also framewerk template for Erlang http://code.google.com/p/fwtemplates/wiki/FwTemplateErlangWalkthrough Romain, thanks for comments. Cheers, Ruslan On Jul 27, 7:11 pm, Romain Lenglet <romain.leng...@...> wrote: > Hi Ngoc, > What files are you looking at? > configure is generated automatically from configure.ac. > I find this configure.ac exemplar. > -- > Romain Lenglet > > On Jul 28, 2009, at 10:48, Ngoc Dao wrote: > > > > > > > Hi. > > > There are only .erl files, no .c files. Why do you need to use so > > complicated configure files to build them? I'm just curious. > > > Ngoc. > > > On Mon, Jul 6, 2009 at 4:03 PM, Ruslan <rus...@...> wrote: > > >> Forgot the actual linkhttp://github.com/mujaheed/erlang-amf/tree/master > > >> On Jul 6, 12:01 am, Ruslan Babayev <rus...@...> wrote: > >>> I have finally published theErlang AMFlibrary I have been > >>> working on > >>> to github. It has full support for Adobe AMF0 and AMF3 specs. > > >>> Enjoy responsibly. > > ________________________________________________________________ > erlang-questions mailing list. Seehttp://www.erlang.org/faq.html > erlang-questions (at) erlang.org ________________________________________________________________ erlang-questions mailing list. See http://www.erlang.org/faq.html erlang-questions (at) erlang.org |
| Free embeddable forum powered by Nabble | Forum Help |