Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.06 KB

Windows baSH, WSH

WSH is pointed to be a Windows porting version of the gnu/baSH(Bourne Again SHell). It is a developing interactive shell, as well as a interpreter for bash scripts.

This project is initially based on the win-bash_0.8.5 ( last updated on 2011-03-17 ) developed by Jutta Albrecht | Christian V. J. Bruessow | Joerg Matysiak | Mathias Faas.

编译依赖

  • 依赖工具

    w64devkit v1.19.0 | CMake v3.25.0

    GCC 从 2.95.3 开始 no longer implements <varargs.h>

  • 编译命令

    $ cmake -G Ninja -S . -B $BUILD_DIR

    $ cmake --build $BUILD_DIR --target bash