HelllGuest / acpica-tools-macos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acpica-tools-macos

How to build

On linux install dependencies first, like: gcc, m4, bison, flex

Download this repo using git clone or download as zip

$ cd acpica-unix-VERSION
$ make clean
$ make

To generate an individual tool (examples):

$ cd acpica-unix-VERSION
$ make iasl
$ make acpixtract
$ make acpiexec
$ make acpihelp
$ make acpisrc
$ make acpibin

To install the generated tools in /usr/bin:

$ cd acpica-unix-VERSION
$ make install

Reference

About


Languages

Language:C 92.0%Language:ASL 4.0%Language:Yacc 2.6%Language:Lex 1.0%Language:Makefile 0.3%Language:Shell 0.2%Language:Batchfile 0.0%