Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colloquy/colloquy

Colloquy is an advanced IRC, SILC & ICB client for macOS and iOS! Latest Mac builds: https://github.com/colloquy/colloquy/releases
https://github.com/colloquy/colloquy

ios irc ircv3 macos xmpp

Last synced: 4 days ago
JSON representation

Colloquy is an advanced IRC, SILC & ICB client for macOS and iOS! Latest Mac builds: https://github.com/colloquy/colloquy/releases

Awesome Lists containing this project

README

        

# Colloquy

## Dependencies

This repository uses git submodules for some of its dependencies, so you will have to check those out as well. You can do this for example by specifying `--recurse-submodules` when using `git clone`, or by running `git submodule update --init --recursive` after cloning. The latter command is also useful after switching branches.

To update these dependencies to newer versions, please refer to the instructions in the [Cartfile](Cartfile) and don't update the submodules manually.

Additionally, the `Colloquy.xcworkspace` expects the bouncer repository at `../bouncer`. This dependency is not managed, so you have to place it at that location manually. If you do not have access to the bouncer repository, simply ignore the missing reference. The expected behavior is, that Colloquy for Mac builds without errors also in that case.

## Build & Run

To build and run an app, open up `Colloquy.xcworkspace` and select the appropriate scheme from the dropdown menu. For macOS builds `Colloquy (Aggregate)` is the correct target, and iOS builds should use `Colloquy (iOS)`.