Adium protocol plugin to support Steam instant messaging
Get the latest version here
-
Checkout this git repository
-
Init submodules:
git submodule update --init
-
Install openssl (needed for building Adium)
brew install openssl cmake
-
Compile Adium:
git apply adium.patch; cd adium; make -j
-
Compile mbedtls:
cd mbedtls; mkdir build; cd build; cmake -DCMAKE_OSX_ARCHITECTURES="x86_64" -DENABLE_TESTING=OFF -DENABLE_PROGRAMS=OFF ..; make -j
-
Compile the plugin:
xcodebuild -configuration Release -project "Steam IM.xcodeproj"