Changes between Version 13 and Version 14 of babelbgp
- Timestamp:
- 02/23/09 18:25:04 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
babelbgp
v13 v14 3 3 I do not recommend that anyone tries this unless they want to spend a lot of time waiting for configure scripts to complete (e.g., on my laptop, babel configure takes 2.5 minutes, while on the BG/P it takes at least 20 minutes, depending on various options). 4 4 5 1. First of all, I started out with the goal of getting as many languages supported as possible, including python. This meant that I had to install NumPy first, which turned out to be nontrivial (see [wiki:ccanumpy description]).5 1. First of all, I started out with the goal of getting as many languages supported as possible, including python. This meant that I had to install !NumPy first, which turned out to be nontrivial (see [wiki:ccanumpy description]). 6 6 7 7 2. I discovered that the following prerequisites were necessary: libxml2, then zlib. The former was required for Python support (so the fact that Babel includes libparsifal does not remove the dependence on libxml2 if you want Python). The latter was required by libxml2. [[BR]]