Trevi-Swift / Trevi-Dev

Trevi-Swift project packages(Swift Server-side) for Xcode

Home Page:http://trevi.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trevi-Develop

Swift 2.2 Mac OS X Apache 2

Overview

An xcode workspace for OSX developers. The worksapce contains projects related with project Trevi.
See more at Trevi Community's GitHub repo.

Swift version

Trevi works with the latest version of Swift 2.2 Snapshot. You can download Swift binaries on here.

Usage

  1. Clone repository.
$ git clone https://github.com/Trevi-Swift/Trevi-Dev.git --recursive

or

$ git clone https://github.com/Trevi-Swift/Trevi-Dev.git
$ cd Trevi-Dev
$ git submodule init
$ git submodule update
  1. Build libuv. Choose one of ways to build libuv :

    • On the system directory.

      $ git clone https://github.com/libuv/libuv.git
      $ cd libuv
      $ sh autogen.sh
      $ ./configure
      $ make
      $ make check
      $ make install

      or using homebrew :

      $ brew install --HEAD libuv

      More details : Build Instructions on libuv

  • On the project directory.

    ```bash
    $ make -C ./swift-libuv
    ```
    

Versioning

Trevi-Develop follows the semantic versioning scheme. The API change and backwards compatibility rules are those indicated by SemVer.

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Copyright 2015 Trevi Community

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Trevi-Swift project packages(Swift Server-side) for Xcode

http://trevi.io

License:Apache License 2.0