jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use iotjs as an external library ?

yyykkkyyy opened this issue · comments

Hi,

I would like to use iotjs in my project as an external library.
The build of the project will be used Makefile.
So, I consider the structure of the project...

project_dir/
          ├src/
          └libs/
               ├iotjs
                .....

If I define the structure of directory like above, how can I use iotjs in src directory?
Can I include and link whole iotjs directory in Makefile ?

Relate-to: #1896