From 0bf954f2628240552cd77ca4b484b6271765f2b8 Mon Sep 17 00:00:00 2001 From: rsh-yam Date: Wed, 6 Dec 2023 17:28:44 -0800 Subject: [PATCH] Update README.md Edit Steps for Manual Build --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b87afea..4e9b8ef3 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ The following sections explain the process for manually building mux without Doc 2. Install [MySQL](http://dev.mysql.com/downloads/mysql), [Oracle](https://www.oracle.com/index.html) or [PostgresSQL](https://www.postgresql.org/download/). 3. Install the [MySQL driver](https://github.com/go-sql-driver/mysql), [Oracle driver](https://github.com/go-goracle/goracle) and the [PostgreSQL driver](https://github.com/lib/pq) 4. Install Oracle instant client. +5. Install GCC. ### Build Binaries @@ -89,7 +90,7 @@ The following sections explain the process for manually building mux without Doc Clone the source code from [github](https://github.com/paypal/hera) ``` - git clone git@github.com:paypal/hera src/github.com/paypal/hera + git clone https://github.com/paypal/hera src/github.com/paypal/hera ``` Option 2 @@ -101,6 +102,7 @@ The following sections explain the process for manually building mux without Doc ``` 3. Install the dependencies: MySQL, Oracle and PostgreSQL driver ``` + cd src/github.com/paypal/hera go get github.com/go-sql-driver/mysql go get github.com/godror/godror go get github.com/lib/pq