Skip to content

alexxvk/freeminer_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

# Verify that your system is up-to-date
# Prerequisite in fedora 20 (or 21 Beta4)
	sudo yum install curl git gpg

# Install Repo :
	mkdir ~/bin/
	curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
	chmod a+x ~/bin/repo

# Create a working directory
	mkdir staging
	cd staging

# Create repository
	repo init -u git://github.com/alexxvk/freeminer_manifest -b master
	repo sync

# Prerequisite to build for windows 64 in fedora 20 (or 21 Beta4)
	sudo yum install gcc mingw64* cmake

# Build for windows 64 bits in fedora 20 (or 21 Beta4)
	./build/win64/build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published