File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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+
95952 . 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
101106git clone https://github.com/GoogleCloudPlatform/spanner-migration-tool
You can’t perform that action at this time.
0 commit comments