이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
lolengine
/
lol
의 미러
https://github.com/lolengine/lol
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
216
커밋
5
브랜치
269 MiB
트리:
c1a3d37e7b
main
wip/image-kernel
wip/interp
legacy
wip/core-clipp
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'c1a3d37e7b'
${ noResults }
lol
/
build
build
61 B
Raw
Normal View
히스토리
Add a simple "build" script for people unfamiliar with bootstrap etc.
14 년 전
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -ex
./bootstrap
./configure
make clean
make