Thank you very mach !
在2013-11-26 00:34:14,HUO Jing<[email protected]>写道:
> Hi Huo,
>
> If you have run `make install`, your library and include path just need to
> contain /usr/local/lib and /usr/local/include respectively.
> You can check your installation by looking for /usr/local/include/mesos and
> /usr/local/lib/libmesos.so (/usr/local/lib/libmesos.dylib on Mac).
>
> You should be able to compile your framework and/or executor with:
> gcc -lmesos <your framework sources>
>
> Alternatively, if you want to use a local build of Mesos. Use “-L” and “-I”
> to point to <build-directory>/src/.libs and <build-directory>/include/
> respectively.
>
> Cheers,
> Niklas
>
> On Nov 25, 2013, at 4:02 AM, HUO Jing <[email protected]> wrote:
>
> > Dear all,
> >
> > I wrote a framework scheduler with c++. But I don't know how compile it.
> >
> > please tell me how to compile my own framework scheduler and executor.
> >
> > PS: why the long_lived_framework.cpp is included in Makefile, but after
> > running the make command, there is no long_lived_framework.o or
> > long_lived_framework?
> >
> > Thanks.
> >
> > Huojing from China
>