Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.25 KB

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"