Jump to content

I need help cross compiling

Linus No Beard

i am making a lite coin based crypto that is almost ready but i have no clue what to do to cross compile if you can help the github link is https://github.com/TheFBIMaster/picocoin 

 

i have been working in ubuntu 18.4 LTS on a VM until now my VM dump is on this link https://drive.google.com/file/d/1pksoFSF0VlVl9AXFz8TmTIcPi7JnpB-I/view?usp=sharing i am using virtual box this is the .vdi file

 

the dependences if you don't want to download the VM are 

sudo apt-get install build-essential gcc make perl dkms

sudo apt-get install git
 
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
 
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
 
sudo apt-get install libboost-all-dev
 
sudo apt-get install software-properties-common
 
sudo add-apt-repository ppa:bitcoin/bitcoin
 
sudo apt-get update

sudo apt upgrade
 
sudo apt-get install libdb4.8-dev libdb4.8++-dev
 
sudo apt-get install libminiupnpc-dev
 
sudo apt-get install libzmq3-dev
 
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler 
 
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler

sudo apt-get install openssl1.0

sudo apt-get install libssl1.0-dev

sudo apt-get install git

then CD to desktop and clone the git repo

 

------------------------------------IMPORTANT--------------------------------------------

THIS NEED TO BE DONE ON UBUNTU 18.04 LTS OR IT WONT WORK

------------------------------------IMPORTANT--------------------------------------------

 

https://releases.ubuntu.com/18.04/ubuntu-18.04.5-desktop-amd64.iso.torrent

 

when you get a windows exe just add a pull request to the git repo and i will update the repo with a release 

Link to comment
Share on other sites

Link to post
Share on other sites

Edit: seems like you just took someone's open source project. Ask the original developer(s).

 

Sudo make me a sandwich 

Link to comment
Share on other sites

Link to post
Share on other sites

16 hours ago, wasab said:

Edit: seems like you just took someone's open source project. Ask the original developer(s).

 

i already followed the litecoin windows compilation instructions it does not work with the mods i made

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×