yufrice / otter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Requirements

  • Cmake _(>= 3.7)
  • LLVM (>= 5.0)
  • GCC (>= 7.0)

Developement

Supported Environments

- Arch Linux (x86__64)
- Gentoo Linux (x86__64)

Build

'mkdir build'
'cmake ..'
'make -j'

Usages

'USAGE: otterc [options] '

'OPTIONS:'

'Complier Options:'

'-debug - Display debug log.' '-dump - Display bitcode.' '-o= - Place the output into .'

'Generic Options:'

'-help - Display available options (-help-hidden for more)' '-help-list - Display list of available options (-help-list-hidden for more)' '-version - Display the version of this program'

About

License:MIT License


Languages

Language:C++ 97.7%Language:CMake 2.3%