mhw0 / libethc

Open-source Ethereum C library
https://mhw0.github.io/libethc/
MIT License
48 stars 9 forks source link

deps: make `secp256k1` submodule #19

Closed mhw0 closed 1 year ago

DerXanRam commented 1 year ago

u mean building this lib from scratch to decrease dependency??

mhw0 commented 1 year ago

u mean building this lib from scratch to decrease dependency??

No, I meant making it like this: Screenshot 2023-08-25 at 14 54 56

DerXanRam commented 1 year ago

u mean building this lib from scratch to decrease dependency??

No, I meant making it like this: Screenshot 2023-08-25 at 14 54 56

It is not clear form me. If u have time, can u give me briefer description please :pray: . I don't want to nag u. I ask u gazillion questions because i'm curious to learn about this defi environment, the cryptography algorithms, how transaction works and so on.

mhw0 commented 1 year ago

Submodules is just a git feature. Without submodules you would have to install the dependencies manually. If you make all the dependencies submodules, you just clone the repository and make && make install and it will do everything for you.

DerXanRam commented 1 year ago

Submodules is just a git feature. Without submodules you would have to install the dependencies manually. If you make all the dependencies submodules, you just clone the repository and make && make install and it will do everything for you.

that's nice feature :+1: .... now it is crystal clear.....Tnx a lot

mhw0 commented 1 year ago

Okay, secp256k1 already comes with cmake and really easy to install. I don't think we need this. Closing the issue.