Skip to content

Commit

Permalink
README clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Nov 26, 2016
1 parent 1b1f2fc commit e2b2c79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ redeclaring the classes, functions and variables.

### Installing From Packages

Hanafuda may be installed alongside an existing LLVM toolchain. The package is
uniquely identified with `AxioDL` as vendor and `ProgramFiles/llvm-hanafuda` or
`opt/hanafuda` as install prefix.
Hanafuda may be installed alongside an existing LLVM toolchain or on its own.
The package is uniquely identified with `AxioDL` as vendor and
`ProgramFiles/llvm-hanafuda` or `opt/hanafuda` as install prefix.

#### Windows 7+

Expand Down Expand Up @@ -123,6 +123,7 @@ int patched_main(int argc, char** argv) {

// patch_dol() be within extern "C" {} when patching C-linked symbols.
#pragma patch_dol(int main(int,char**), int patched_main(int,char**))

}
```
Expand Down

0 comments on commit e2b2c79

Please sign in to comment.