Giter Site home page Giter Site logo

nachat's Introduction

This project is in early development and is not yet suitable for regular use.

Development builds: Windows 64-bit

Dependencies

  • LMDB
  • Qt >= 5.6

Qt 5.6 provides extended text layout support nachat relies on to implement clickable URLs in the custom timeline widget, and provides superior support for high-DPI displays. Supporting earlier versions is unfortunately not trivial.

Build Requirements

  • CMake >= 3.1
  • A C++14 compiler and stdlib providing std::experimental::optional (OSX users need Xcode >= 8)

Building

The binary will be output at build/src/nachat and can be executed in-place. Building on Windows and OSX should be possible but is not yet documented.

Linux

  1. Clone this repository and its submodules:
    git clone --recursive https://github.com/Ralith/nachat.git
    cd nachat
        

    or

    git clone https://github.com/Ralith/nachat.git
    cd nachat
    git submodule update --init
        
  2. cmake -H. -Bbuild
  3. make -C build

Nix

A nix environment is provided. Execute nix-shell . before cmake.

Installation

Using Nix

nix-env -f . -i will add nachat to your path. Development takes place on the nixos-unstable channel, so building on nixos-16.03 may require some tweaking of default.nix.

Run-time data

Linux

Most recent username, homeserver, and access token are stored in Qt INI format at $XDG_CONFIG_HOME/nachat/nachat.conf. Per-account data, including room state, is cached at $XDG_CACHE_HOME/nachat/nachat/<hexadecimal form of utf8 encoding of MXID>.

nachat's People

Contributors

ralith avatar davidar avatar kythyria avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.