Skip to content

Commit 84d8584

Browse files
committedJan 16, 2018
implement bigint div and rem
See #405
1 parent 92fc594 commit 84d8584

File tree

3 files changed

+458
-11
lines changed

3 files changed

+458
-11
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,20 @@ libc. Create demo games using Zig.
125125

126126
##### POSIX
127127

128-
* gcc >= 5.0.0 or clang >= 3.6.0
129128
* cmake >= 2.8.5
129+
* gcc >= 5.0.0 or clang >= 3.6.0
130130
* LLVM, Clang, LLD libraries == 5.x, compiled with the same gcc or clang version above
131131

132132
##### Windows
133133

134+
* cmake >= 2.8.5
134135
* Microsoft Visual Studio 2015
135136
* LLVM, Clang, LLD libraries == 5.x, compiled with the same MSVC version above
136137

137138
#### Instructions
138139

140+
##### POSIX
141+
139142
If you have gcc or clang installed, you can find out what `ZIG_LIBC_LIB_DIR`,
140143
`ZIG_LIBC_STATIC_LIB_DIR`, and `ZIG_LIBC_INCLUDE_DIR` should be set to
141144
(example below).

0 commit comments

Comments
 (0)
Please sign in to comment.