Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Feb 21, 2022
1 parent b9c5fd4 commit c65b1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tiny C++ Interpreter

Cpi is a tiny interpreter for C++11 or C++14.
Cpi is a tiny interpreter for C++11, C++14 or C++17.

## Requirements
The following softwares are needed to build and execute cpi.
The compilers are used as interpreter of cpi internally.
* Qt tookit
* Qt tookit version 5 or 6.
* Compiler - GNU C++ compiler, LLVM C++ compiler or MSVC C++ compiler

## Install
Expand Down

0 comments on commit c65b1e0

Please sign in to comment.