factomd
, factom-walletd
, factom-cli
, the three binaries will be installed in /Applications/Factom/
together with a .factom
folder in the root of the local user Home Folder. These are all required to run Factom via command line.factom.mpkg.zip
file you just downloaded. Double-click to unzip it, then double-click the factom.mpkg
file to run the installer.factomd
, factom-walletd
, factom-cli
, the three binaries will be installed in c:\Program Files (x86)\Factom\ or c:\Program Files\Factom\
(depending on your system) together with a .factom
folder in the root of the local user Home Folder. These are all required to run Factom via command line.FactomInstall-amd64.msi
or FactomInstall-i386.msi
file you just downloaded in Step 1..msi
installer to run it, but you may be prompted with the following message.More info
to expand it then select “Run anyway.”I accept the terms in the License Agreement
and click Next
to continue.c:\Program Files (x86)\Factom\
folder and click Next
to continue.Install
.Yes
to continue if you get the following message.Finish
to exit the installer..factomd
, factom-walletd
, factom-cli
, the three binaries will be installed on your local drive together with a .factom
folder in the root of the local user Home Folder ~/.factom
. These are all required to run Factom via command line or the Factom Foundation Wallet.factom-amd64.deb
or factom-i386.deb
installer that suits your system as per Step 1 then run the following command to install.build-arg
:The following will copy the binary to/tmp/factomd
Cross-Compile copy
To copy the darwin_amd64 version of the binary to/tmp/factomd
…
/go/bin/<target>/factomd
. e.g. If you built with --build-arg GOOS=darwin
, then you can copy out the binary using the commands shown on the right.You should replace factomd_container with whatever you called it in the build section above e.g. factomd, foo, etc.