You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The downloads.sh script makes use of wget which comes as standard with Linux operating systems. However I don't think this is standard for macOS, as running downloads.sh on a mac will give a command not found error. Maybe put a notification (or installation steps) in the build instructions for mac users?
To Reproduce
Clone sunflower, configure the conf/setup.conf file, run downloads.sh from sunflower-simulator/tools/source
Expected behavior
Installation of libraries should complete after about a minute.
OS type
Darwin
Machine type
i386
The text was updated successfully, but these errors were encountered:
Description
The
downloads.sh
script makes use ofwget
which comes as standard with Linux operating systems. However I don't think this is standard for macOS, as runningdownloads.sh
on a mac will give acommand not found
error. Maybe put a notification (or installation steps) in the build instructions for mac users?To Reproduce
Clone sunflower, configure the
conf/setup.conf
file, rundownloads.sh
fromsunflower-simulator/tools/source
Expected behavior
Installation of libraries should complete after about a minute.
OS type
Darwin
Machine type
i386
The text was updated successfully, but these errors were encountered: