etalab / transport-validator

GTFS validator
https://transport.data.gouv.fr/validation/
MIT License
38 stars 10 forks source link

Unable to call validator on Linux command line #108

Closed dancesWithCycles closed 3 years ago

dancesWithCycles commented 3 years ago

Hi folks, Thank you very much for creating and maintaining this repository. Please accept my appreciation!

According to the readme.md I should invoke the following instructions on a Linux command line terminal to run the validator.

git clone https://github.com/etalab/transport-validator/
cd transport-validator
cargo run --release -- -i some_gtfs.zip

However, there is no file in this repository called cargo or I have not found it yet. Please point me in the right direction. Any hint is appreciated. Cheers!

thbar commented 3 years ago

Hi Stefan!

cargo is a command normally provided by the Rust installation. You will have to install it as described here:

https://github.com/etalab/transport-validator#build-and-run

Hope it will fix your issue, let us know otherwise!

dancesWithCycles commented 3 years ago

Hi @thbar , Thank you very much for the helpful and prompt reply. Installing Rust fixed my issue. Cheers!