https://github.com/duxet/adium-facebook
Facebook plugin for Adium
https://github.com/duxet/adium-facebook
adium facebook
Last synced: about 1 year ago
JSON representation
Facebook plugin for Adium
- Host: GitHub
- URL: https://github.com/duxet/adium-facebook
- Owner: duxet
- License: mit
- Created: 2015-08-08T01:02:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T17:25:28.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T18:21:34.057Z (about 1 year ago)
- Topics: adium, facebook
- Language: C
- Homepage:
- Size: 340 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adium-facebook
Facebook plugin for Adium, uses [dequis/purple-facebook](https://github.com/dequis/purple-facebook) code.
## How to build?
Remember that you need to have Homebrew and Xcode installed on your Mac OS machine.
### Prerequisites
```sh
brew install json-glib openssl
```
### Build
```sh
git clone https://github.com/duxet/adium-facebook.git
cd adium-facebook
git submodule update --init --recursive
cd adium
xcodebuild -configuration=release HEADER_SEARCH_PATHS="/usr/local/opt/openssl/include/" OTHER_CFLAGS="$(pkg-config --cflags --libs glib-2.0)"
cd ..
xcodebuild build HEADER_SEARCH_PATHS="/usr/local/include/json-glib-1.0/"
```