Skip to content
Ca.Men edited this page Nov 20, 2018 · 8 revisions

Welcome to the zeroonecoin wiki!

To test latest 01coin sw, follow steps to build it:

cd ~
sudo rm -rf zeroonecoin
git clone https://github.com/zocteam/zeroonecoin
cd zeroonecoin
git checkout update-specific-label
./autogen.sh
./configure --with-gui=no
make

Anyone can try build windows x86 in Windows10, install and run APP from Windows app-store: https://www.microsoft.com/store/productId/9N9TNGVNDL3Q

su - root
rm -rf zeroonecoin
git clone https://github.com/zocteam/zeroonecoin
cd zeroonecoin
cd depends/
make HOST=i686-w64-mingw32
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/i686-w64-mingw32/share/config.site ./configure --prefix=/
make
make install DESTDIR=/mnt/c/workspace/01coin32