Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 733 Bytes

readme.md

File metadata and controls

26 lines (23 loc) · 733 Bytes

Unfoldcpp-CLI

日本語版

Getting started with Unfoldcpp-CLI

This is a cli-application providing function like g++ -E. However, unfoldcpp only gathers included files with quotation marks like #include "hoge.h" recursively.

If you want to use, please follow this instructions.

  1. Clone this repository
    git clone [email protected]:comavius/unfoldcpp-cli.git
  2. Build golang project
    cd /path/to/cloned/repo
    make
  3. Add /path/to/here to PATH or mv executable to directory you like.
  4. Check if unfoldcpp is installed successfully.
    unfoldcpp help

Usage

unfoldcpp unfold /path/to/main.cpp > path/to/unfolded.cpp