Skip to content

Commit

Permalink
Adding changes from the review
Browse files Browse the repository at this point in the history
  • Loading branch information
3manuek committed Apr 27, 2022
1 parent d631cc0 commit 78070ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions INSTALLING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Compiling Babelfish from distribution tarballs

This document will walk you through the steps required to create a working Babelfish installation on an Ubuntu 20.04 Linux host. Please note that the steps may vary on other operating systems, but the overall process is roughly the same.
Expand Down Expand Up @@ -46,7 +45,7 @@ To build Babelfish, you will need access to a user with root privileges, so you

### Download the distribution tarballs

Assuming that you're currently located inside the extracted tarball folder, set the `PG_SRC` as follows:
Navigate into the extracted tarball folder and set `PG_SRC` as follows:

```sh
export PG_SRC=$(realpath $PWD)
Expand Down Expand Up @@ -113,7 +112,7 @@ make clean && make DESTDIR=/opt/babelfish/1.2/ -j 2>error.txt
sudo make install
```

> WARNING: Using the --with-extra-version in the configure phase can break the sys.get_host_os() output, it is not recommended to be set.
> WARNING: Using the --with-extra-version option during the configuration phase can break the sys.get_host_os() output; we do not recommend including it.
Export the `PG_CONFIG` variable:

Expand Down

0 comments on commit 78070ba

Please sign in to comment.