You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before running cmake its necessary to execute the download script in the scripts directory. The script will download the InteractiveBrokersAPI from the Interactive Brokers website.
$sh download.sh <APIversion>
As of this writing the current version is 966.
$cmake .
$make
The above commands will create the library. The next step is to copy the library to the php modules directory and enable the extension in php.ini.
To test if everything went well start the TWS application and run the connect test.