Getting Started - Tutorial
Posted: 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 -
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 -