Page 1 of 1

Getting Started - Tutorial

PostPosted: 07 Sep 2014, 21:26
by eyezeeu
I'm trying to get started with the Objective-C SDK and haven't had much luck.

I installed Boost by downloading and unzipping the directory into /usr/local/boost_1_56_0.

In Terminal, I ran:
./bootstrap.sh --prefix=/usr/local/boost_1_56_0
./b2

It ran for about 20 minutes, then output:

The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/usr/local/boost_1_56_0
The following directory should be added to linker library paths:
/usr/local/boost_1_56_0/stage/lib

I cloned the TET github objective-c repo and did a build & run, but I get the following error:
'boot/asio.hpp' file not found

I'm guessing I need to add the paths output from b2 to my project file.

At that point, can I add the two projects to a new workspace and start making API calls?

It would be great to see a getting started tutorial like you guys made for the other SDKs.

Thank you -

Re: Getting Started - Tutorial

PostPosted: 19 Sep 2014, 00:02
by Martin
It would be great to see a getting started tutorial like you guys made for the other SDKs.


Good point, I've forwarded this to the team.

Unfortunately, I have limited experience on the compiling on the OSX platform so I cannot personally help you with the building procedure.

I'll look into the possibility of publishing pre-built binaries on the Github repository.

Re: Getting Started - Tutorial

PostPosted: 19 Sep 2014, 06:36
by Anders
Hi

What version of XCode are you using? Have you installed the command line tools?

BR,
Anders

Re: Getting Started - Tutorial

PostPosted: 19 Sep 2014, 10:28
by Anders
If you are having trouble installing Boost on Mac OSX, then consider using MacPorts as described in this post.

Re: Getting Started - Tutorial

PostPosted: 30 Jan 2015, 22:25
by abhinav.kr.90
This might be an extremely silly question. I am new to TET and its environment.
Can we use this SDK on an iOS device, say an iPad. Will that mean, we have to build our own calibration views?
Where would the Tracker server be running in this case?

Re: Getting Started - Tutorial

PostPosted: 09 Feb 2015, 11:12
by Anders
The EyeTribe Dev Kit currently supports Windows 7/8, Mac OSX 10.8.4+ and Android as stated here. More platforms will be supported in the future.