Giter Site home page Giter Site logo

iluckyyang / ogs5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ufz/ogs5

0.0 2.0 0.0 6.37 MB

Official repository of the OpenGeoSys THM/C simulator

Home Page: http://www.opengeosys.org

License: Other

C++ 81.68% CMake 1.68% C 14.45% XSLT 0.20% Objective-C 0.01% Fortran 0.14% Makefile 0.28% HTML 0.78% Shell 0.05% Batchfile 0.01% CSS 0.06% Python 0.64% Groovy 0.02%

ogs5's Introduction

Tag BSD License (modified) Travis Shippable

OGS-5

Quickstart

cd [source-directory]
mkdir build
cd build
cmake ..

Open the Visual Studio solution which was created in the build-directory or just type make on Linux.

Using Git and GitHub

Following "A successful Git branching model", we suggest to have the following two main branches

  • master - the main branch where the source code of HEAD always reflects the latest official codes (i.e. trunk in SVN repository)
  • development - the main branch where the source code of HEAD always reflects a state with the latest delivered development changes for the next release.

To implement new features, every developer

  1. forks this repository to have their own (your repository is still private)
  2. makes a branch from master or development branch, and implement their stuff
  3. pushes the local branch to its GitHub repository
  4. makes a pull request from its GitHub repository to development branch in the envinf/ogs5-trunk repository

Once the development branch is ready to release a new version (this can also be done by one of the OGS core developers)

  1. merge the development branch into master
  2. push all new commits in master to the SVN repository using git svn dcommit

ogs5's People

Contributors

wenqing avatar norihiro-w avatar bilke avatar nagelt avatar

Watchers

James Cloos avatar  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.