Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duxet/adium-facebook
Facebook plugin for Adium
https://github.com/duxet/adium-facebook
adium facebook
Last synced: 10 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T17:25:28.000Z (about 7 years ago)
- Last Synced: 2024-10-12T06:47:22.801Z (27 days ago)
- Topics: adium, facebook
- Language: C
- Homepage:
- Size: 340 KB
- Stars: 15
- Watchers: 4
- 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/"
```