-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Hi, I'm trying to build litecoin project using WSL for windows 10 (Ubuntu Xenial 16), But it always give me linux as the targeted OS, how can I change it to windows? I think I'm following what in windows build tutorial.
Here are the options after I run ./configure:
Options used to compile and link:
with wallet = yes
with gui / qt = yes
qt version = 5
with qr = yes
with zmq = yes
with test = yes
with bench = yes
with upnp = yes
use asm = yes
scrypt sse2 = no
debug enabled = no
werror = no
target os = linux
build os =
CC = gcc
CFLAGS = -g -O2
CPPFLAGS = -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS
CXX = g++ -std=c++11
CXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter
LDFLAGS =
ARFLAGS = cr
Thank You