sassoftware / viya4-orders-cli

A CLI that calls the appropriate SAS Viya Orders API endpoint to obtain the requested Viya software order assets for the given order.
Apache License 2.0
14 stars 6 forks source link

Make Linux / make win #14

Closed Pav-Bahia closed 3 years ago

Pav-Bahia commented 3 years ago

Hi I may have missed a point here, but i have tried to test out the make command. make win = works when run from CMD make linux = fails when run from bash shell viya4-orders-cli_linux_amd64: command not found am i missing a step..

sarahcpage commented 3 years ago

Hi,

I cannot reproduce your problem with make linux. I am running CentOS Linux release 7.9.2009 (Core) and _GNU Make 3.82 Built for x8664-redhat-linux-gnu -what distribution / release of Linux are you running? -what version of Make (please run make --version)? -since make linux failed, _viya4-orders-cli_linuxamd64: command not found is to be expected (_viya4-orders-cli_linuxamd64 is the executable that results from the make linux command) -you can download the executables here and skip the make process entirely

Thank you for using viya4-orders-cli!

Pav-Bahia commented 3 years ago

reloaded a new Vbox image using centos and it worked