Hi,
I will appreciate if you will give more explanations on how to run the program.
I start with "make" command and get this output to the terminal:
==> ecsv (get-deps)
==> ecsv (compile)
Compiled src/ecsv.erl
After that I go to ebin directory and enter : "application:start(ecsv)"
I get output of "ok".
What next? How to run the benchmark example? or where should I put the "MyFun" example?
Thanks!
Hi,
I will appreciate if you will give more explanations on how to run the program.
I start with "make" command and get this output to the terminal:
==> ecsv (get-deps)
==> ecsv (compile)
Compiled src/ecsv.erl
After that I go to ebin directory and enter : "application:start(ecsv)"
I get output of "ok".
What next? How to run the benchmark example? or where should I put the "MyFun" example?
Thanks!