Skip to content

Commit a880142

Browse files
authored
Updating build from source instructions (GoogleCloudPlatform#1152)
* Updating build from source instructions * Updating the doc * Updating the doc
1 parent 6cec8fb commit a880142

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/install.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,13 @@ Building from source is only supported for MacOS and Linux based platforms.
9494
Required go version: 1.22.7+
9595
2. Install nodejs ([download](https://nodejs.org/en/download)). <br/>
9696
Required node version: v18.20.6+
97-
98-
3. Run the following commands to clone the repository and build it from source:
97+
3. Install angular-cli ([instructions](https://angular.dev/tools/cli/setup-local#install-the-angular-cli))
98+
4. Install `gcc`, `g++` and `make` using the command -
99+
```sh
100+
sudo apt update
101+
sudo apt install build-essential
102+
```
103+
5. Run the following commands to clone the repository and build from source:
99104

100105
```sh
101106
git clone https://github.com/GoogleCloudPlatform/spanner-migration-tool

0 commit comments

Comments
 (0)