-
윈도우에서 build.sh 실행하는 방법.코딩Coding/make★gcc★&g++★clang★compiler 2022. 9. 28. 12:20728x90
https://stackoverflow.com/questions/26522789/how-to-run-sh-on-windows-command-prompt
https://community.chocolatey.org/packages/git
1. choco 에서 git 설치하기
choco install git
2. Path 설정 - 윈도우 환경변수 설정
C:\Program Files\Git\bin
내가 만든 build.sh 가서
$ sh ./build.sh
Ada프로그래밍 기준
build.sh 파일
#!bin/bash gcc -c hello.adb gnatbind -x hello.ali gnatlink hello.ali -o hello ./hello.exe
End Good!
반응형'코딩Coding > make★gcc★&g++★clang★compiler' 카테고리의 다른 글
Clang&Gcc❤️-Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic - use these and consider the following (see descriptions below) (0) 2022.12.04 Make 사용 가이드Makefile만들기 (0) 2022.11.26 C++ printf Debugging using macros / g++ -std=c++17 macro.cpp -o macro (0) 2022.10.26 g++ -std=c++17 main.cpp -o main / g++ -Wall -Wextra -std=c++17 main.cpp -o main / clang++ (0) 2022.10.26 Windows개발환경 세팅 mingw64 (0) 2022.09.19 g++20 compiler 터미널 명령어 블로그 (0) 2022.09.10 gcc 에서 옵션 ggdb에 대해서 (0) 2022.09.08 Initial GCC Rust Front-End Compiler Patches Submitted For Review (0) 2022.07.29