Giter VIP home page Giter VIP logo

chotto's Introduction

Chotto

Building it

Assuming we have Git installed first we need to clone and initialize this repository via:

git clone https://github.com/kerskuchen/chotto.git --recursive

Assuming we have Rust installed and can run cargo commands we can build a release version by just running

cargo run --package ct_executable_packager

This creates a new folder named windows_shipping which contains the final executable ready to run with all needed resources.

If we have the Resource Hacker tool in our %PATH the above command script will also set a launcher icon and version information for our executable.

Development

We can build a debug version by running the usual cargo build command. The Rust website has good information about how to start development with Rust.

For development it is a good idea to check out the cottontail submodule on the master branch via

cd cottontail
git checkout master

That will make sure that we don't accidentally commit something to cottontail in the detached HEAD state.

chotto's People

Contributors

kerskuchen 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.