Skip to content

Commit

Permalink
[ecore][cpp] add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SokaDance committed May 3, 2021
1 parent 24c0400 commit e2743c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[![](https://img.shields.io/github/license/masagroup/soft.gen.svg)](https://github.com/masagroup/soft.gen/blob/master/LICENSE)
![](https://img.shields.io/github/v/release/masagroup/soft.cpp)
# Soft Cpp #

Soft Cpp is an implementation of the EMF Ecore library in C++. This library is partially generated and referenced by the [Soft Cpp Generator](https://github.com/masagroup/soft.gen)

Soft Cpp is part of [Soft](https://github.com/masagroup/soft) project

# Installation #
Only binary for VC 2019 are released for the moment and are available
from the [project releases](https://github.com/masagroup/soft.gen/releases) page

# Quick Build #
Requirements:
- [Ant](https://ant.apache.org/)
- [Ant Contrib Taks](http://ant-contrib.sourceforge.net/)
- [VC 2019](https://visualstudio.microsoft.com/)

Run in VC command line:
```shell
ant
```

0 comments on commit e2743c7

Please sign in to comment.