Coder Social home page Coder Social logo

Comments (7)

zwetan avatar zwetan commented on May 19, 2024

yes that mean in its actual state the source code will not build

from redtamarin.

zwetan avatar zwetan commented on May 19, 2024

added new option build.MacOSXSDK = 109
this will force the build under Mac OS X
to use the Mac OS X SDK 10.9

the binaries generated will be compatible with

  • Mac OS X 10.9
  • Mac OS X 10.10
  • Mac OS X 10.11

but they will fail with any version of Mac OS X lower than 10.9
eg. it will not work with Mac OS X 10.8 Mountain Lion or earlier
see Supported Operating System - Mac OS X

from redtamarin.

zwetan avatar zwetan commented on May 19, 2024

added new option build.makejobs = 3
Allow to set the number of make jobs that can run silmutaneously
setup by default to 3 (eg. 2 cores * 1.5 = 3)

if you have more cores you can increase this
number to speed up the build

for ex: on my Mac i7 with quad core I use
build.makejobs = 5

from redtamarin.

zwetan avatar zwetan commented on May 19, 2024

now all builds and build targets have been updated
to be in sync in what is documented in
Developer Environment

now the build will autodetect the python executable under Windows
because stupid Java does not understand 'python' under Cygwin
we need to use 'python2.7.exe'

the build is made in such a way that even if python version is updated
it should still work, eg with 'python.3.0.exe' etc.

from redtamarin.

zwetan avatar zwetan commented on May 19, 2024

all builds have been run and tested under Mac OS X

from redtamarin.

zwetan avatar zwetan commented on May 19, 2024

all builds have been run and tested under Linux Ubuntu

from redtamarin.

zwetan avatar zwetan commented on May 19, 2024

all builds have been run and tested under Windows

from redtamarin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.