Yesterday I ran "make dist" but compiling was more than 4 hours(I don't know, which time it could, if I didn't press stop). Today I run "make dist" again and compiling very long time again. Is it normal? I have Mac mini 2012, 10gb ram.
Asked
Active
Viewed 365 times
0
-
You question is about installing j2objc? Or do you want to know why compiling takes long? – Jin Lee Jun 16 '19 at 14:21
-
About installing j2objc:) – piller97 Jun 16 '19 at 14:33
1 Answers
0
That's normal because by default make only runs one build task at a time. Try running "make -j8 dist", which tells make to run up to 8 tasks at a time.
The easiest way to install j2objc is to download and unzip its most recent distribution.

tball
- 1,984
- 11
- 21