Cetin Sert
Cetin Sert

Reputation: 4600

compile OpenBUGS 64-bit

I need to compile OpenBUGS on a 64-bit machine but its repository (http://sourceforge.net/projects/openbugs/develop) consists of a bunch of .ocf files. Where can I find a compiler that works on Linux to do the job?

Upvotes: 0

Views: 745

Answers (2)

Gong-Yi Liao
Gong-Yi Liao

Reputation: 609

I have contact the OpenBugs develop team before, I asked them why use object Pascal; they told me that "it's a good language".

I am quite curious why they use a blackbox complier, which is not cross-platform, for developing OpenBUGS.

May be jags can be a much better choice for you.

Upvotes: 0

Lazarus
Lazarus

Reputation: 43094

It's Object Pascal... check out the developer manual for OpenBUGS

Upvotes: 0

Related Questions