mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
pkg(pony-0.39.0): User proper installation instructions, like specified in the installation guide
This commit is contained in:
parent
8d972de264
commit
983a91adae
1 changed files with 6 additions and 2 deletions
8
packages/ponylang/0.39.0/build.sh
vendored
8
packages/ponylang/0.39.0/build.sh
vendored
|
@ -13,8 +13,12 @@ git submodule update --recursive --init
|
||||||
|
|
||||||
cd ponyc
|
cd ponyc
|
||||||
|
|
||||||
# build
|
# Build the vendored LLVM libraries that are included in the `lib/llvm/src`.
|
||||||
make -j$(nproc)
|
make libs build_flags="-j$(nproc)"
|
||||||
|
# Configure the CMake build directory.
|
||||||
|
make configure
|
||||||
|
# Will build pony and put it in `build/release`.
|
||||||
|
make build
|
||||||
# Install pony into `$PREFIX`.
|
# Install pony into `$PREFIX`.
|
||||||
make prefix="$PREFIX" install
|
make prefix="$PREFIX" install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue