-
Notifications
You must be signed in to change notification settings - Fork 15
Portable Runtime For Firefox
License
adonais/libportable
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
HOW TO BUILD libportable source code?
=================
System requirements
------------------
- C compiler
mingw64, msys
MinGW project on:
http://sourceforge.net/projects/mingw-w64/
msys project on
https://sourceforge.net/projects/mingw/files/MSYS/
or
Microsoft Visual Studio .
Build!
------------------
mingw64 compiler
build x86:
make clean
make
build x64:
make clean
make BITS=64
--------------------
vc compiler
nmake -f Makefile.msvc clean
nmake -f Makefile.msvc
--------------------
vs2015
nmake -f Makefile.msvc clean
nmake -f Makefile.msvc MSVC_CRT=1900
About
Portable Runtime For Firefox
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published