mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-25 01:23:16 +00:00
8 lines
112 B
Bash
8 lines
112 B
Bash
# Bison Phase 3
|
|
./configure --prefix=/usr \
|
|
--docdir=/usr/share/doc/bison-3.8.2
|
|
|
|
make
|
|
make install
|
|
|