diff options
author | login000 | 2019-09-30 19:05:53 +1000 |
---|---|---|
committer | login000 | 2019-09-30 19:05:53 +1000 |
commit | 6e7087c66f837a1449fc9d1bc773a4c26f6551fe (patch) | |
tree | e102c36966d1c8775ed689707b444b49bd846b29 /ntcoin | |
parent | 921a198601e8e667d98dee0ae0ba8cc88e0a6ac7 (diff) |
Creates ntcoin to set up relevant directories, scripts, and binaries for tcoin and pcoin
1. Sets up all relevant directories, scripts and binaries for tcoin and pcoin, assuming the current directory is right inside the GitHub repo (same depth as the LICENSE file). 2. Creates soft-links to the executables in "bin" folder inside the "tcoin" folder in the "~/bin" folder. 3. Prints the relevant preprocessor directives to be put in tcoin.cpp and pcoin.cpp (without actually putting it in those two files). Because of 3. above, the tcoin.cpp and pcoin.cpp files will have to be modified again, after which "compile_tcoin" and "compile_pcoin" can be called again to update the binaries.
Diffstat (limited to 'ntcoin')
-rw-r--r-- | ntcoin | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/ntcoin b/ntcoin
new file mode 100644
index 0000000..5ef27f7
--- /dev/null
+++ b/ntcoin
|