Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build system #4

Open
jmjatlanta opened this issue May 7, 2021 · 0 comments
Open

Update build system #4

jmjatlanta opened this issue May 7, 2021 · 0 comments

Comments

@jmjatlanta
Copy link
Owner

jmjatlanta commented May 7, 2021

  • The build system uses script files, which should (probably) be put into autotools format to aid in flexibility and portability. This will reduce compile times during development as only modified files will be recompiled.
  • Many compile scripts contain references to bitcoin, zcash, and veruscoin. Give credit where due, but these remnants cause confusion.
  • Should libraries installed by the package manager be used instead of downloading exact version to the depends directory? Should github submodule be used instead of wget/curl?

Notes about build.sh:
If defaults are used, should be the same as running the following from the komodo directory

autoreconf --install --force --warnings=all
./configure --disable-wallet
cd src/cc
./makecusom
cd ../..
make V=1

The above does not work, needs more research.

jmjatlanta pushed a commit that referenced this issue Nov 2, 2021
More tokel token/assets fixes&improvements; dust fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant