Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
240 stars 78 forks source link

Copy LICENSE files into appropriate locations so that vcpkg install works again... #1210

Closed rrw-zilliqa closed 1 year ago

rrw-zilliqa commented 1 year ago

What the summary says ^^

jubnzv commented 1 year ago

Is this related to #1209? I haven't been able to reproduce the problem yet. I updated vcpkg to the latest versions, but it seems, that the project can be built anyway. Do I need to change something when installing Scilla?

rrw-zilliqa commented 1 year ago

You certainly need a clean install - if scripts/vcpkg.sh thinks vcpkg is already installed, it will skip it and you won't get this error. I didn't have to do anything special to get the error - just running:

$VCPKG_ROOT/vcpkg install --triplet x86-linux-dynamic

where Schnorr or Cryptoutils are not installed (and hence vcpkg will try to install them) failed for me.