Skip to content

tripplet/Adium-Steam-IM

Repository files navigation

This project is no longer maintained as Adium is no longer actively developed.

Adium-Steam-IM

Adium protocol plugin to support Steam instant messaging

CI Github All Releases

Download

Get the latest version here

Thanks

How to build yourself

  1. Checkout this git repository

  2. Init submodules:

    git submodule update --init

  3. Install openssl (needed for building Adium)

    brew install openssl cmake

  4. Compile Adium:

    git apply adium.patch; cd adium; make -j

  5. Compile mbedtls:

    cd mbedtls; mkdir build; cd build; cmake -DCMAKE_OSX_ARCHITECTURES="x86_64" -DENABLE_TESTING=OFF -DENABLE_PROGRAMS=OFF ..; make -j

  6. Compile the plugin:

    xcodebuild -configuration Release -project "Steam IM.xcodeproj"