Aliyaminim / karatsuba-multiplication

problem_mpk
0 stars 0 forks source link

Add host machine build #1

Open sin-diesel opened 7 months ago

sin-diesel commented 7 months ago

Currently the application is build using sc-dt toolchain inside docker. This is completely OK, but sometimes you need to allow user to build application on his host machine with manual installation of all required dependencies.

In docker, we have sc-dt which was downloaded and installed from here: https://syntacore.com/page/products/sw-tools

Try to implement the following: