Getting Started - Tutorial

Development forum for Objective-C

Getting Started - Tutorial

Postby eyezeeu » 07 Sep 2014, 21:26

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 -
eyezeeu
 
Posts: 3
Joined: 09 May 2014, 20:19

Re: Getting Started - Tutorial

Postby Martin » 19 Sep 2014, 00:02

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.
Martin
 
Posts: 567
Joined: 29 Oct 2013, 15:20

Re: Getting Started - Tutorial

Postby Anders » 19 Sep 2014, 06:36

Hi

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

BR,
Anders
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23

Re: Getting Started - Tutorial

Postby Anders » 19 Sep 2014, 10:28

If you are having trouble installing Boost on Mac OSX, then consider using MacPorts as described in this post.
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23

Re: Getting Started - Tutorial

Postby abhinav.kr.90 » 30 Jan 2015, 22:25

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?
abhinav.kr.90
 
Posts: 2
Joined: 30 Jan 2015, 21:51

Re: Getting Started - Tutorial

Postby Anders » 09 Feb 2015, 11:12

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.
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23


Return to Objective-C



cron