{"id":28100396,"url":"https://github.com/tidev/v8_titanium","last_synced_at":"2025-05-13T18:34:22.010Z","repository":{"id":1636667,"uuid":"2361112","full_name":"tidev/v8_titanium","owner":"tidev","description":"The patches and revision of v8 we use in Titanium Mobile","archived":false,"fork":false,"pushed_at":"2023-09-08T10:03:59.000Z","size":462,"stargazers_count":33,"open_issues_count":1,"forks_count":20,"subscribers_count":54,"default_branch":"master","last_synced_at":"2024-05-01T11:49:23.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.appcelerator.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2011-09-10T14:48:50.000Z","updated_at":"2022-04-22T03:41:07.000Z","dependencies_parsed_at":"2023-01-11T16:05:19.435Z","dependency_job_id":null,"html_url":"https://github.com/tidev/v8_titanium","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fv8_titanium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fv8_titanium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fv8_titanium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fv8_titanium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/v8_titanium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003613,"owners_count":21997913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-13T18:34:21.398Z","updated_at":"2025-05-13T18:34:22.000Z","avatar_url":"https://github.com/tidev.png","language":"Shell","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"This is where we store the patches and revision of the v8 repository that we use in the Android port of Titanium Mobile. [![Build Status](https://travis-ci.org/appcelerator/v8_titanium.svg?branch=master)](https://travis-ci.org/appcelerator/v8_titanium)\n\nTo build V8, you'll need:\n\n- Android NDK r16b\n\nBuild V8 for Android against the NDK:\n\n```\n$ ./build_v8.sh -n /path/to/android-ndk\n\nOR\n\n$ export ANDROID_NDK=/path/to/android-ndk\n$ ./build_v8.sh\n```\n\nTo publish V8 to S3, you'll need s3cmd: http://tcpdiag.dl.sourceforge.net/project/s3tools/s3cmd/1.6.0/s3cmd-1.6.0.tar.gz\n\nThe Whole Shebang\n=======\n```\n# Apply our patches to v8\ncd v8\ngit apply ndk16b_6.6.patch\ncd ..\n\n# Install Android NDK\nwget http://dl.google.com/android/repository/android-ndk-r16b-darwin-x86_64.zip\nunzip android-ndk-r16b-darwin-x86_64.zip\nexport ANDROID_NDK=${PWD}/android-ndk-r16b\n\n# Download s3cmd\nwget http://tcpdiag.dl.sourceforge.net/project/s3tools/s3cmd/1.6.0/s3cmd-1.6.0.tar.gz\ntar -xzf s3cmd-1.6.0.tar.gz\nexport PATH=${PWD}/s3cmd-1.6.0\n\n# Configure s3cmd\ns3cmd --configure\n\n# build v8 for ARM, ARM64, and then x86\n./build_v8.sh -n /path/to/android-ndk-r16b -j16 -l arm\n./build_v8.sh -n /path/to/android-ndk-r16b -j16 -l arm64\n./build_v8.sh -n /path/to/android-ndk-r16b -j16 -l ia32\n\n# Generate a tarball to publish\n./build_v8.sh -t\n\n# Publish\n./publish_v8.sh build/release/libv8-5.0.71.33-release.tar.bz2\n```\n\nFull build_v8.sh usage:\n\n```\n$ ./build_v8.sh -h\nUsage: ./build_v8.sh options\n\nThis script builds v8 against the Android NDK.\nOptions:\n\t-h              Show this help message and exit\n\t-n \u003cndk_dir\u003e    The path to the Android NDK. Alternatively, you may set the ANDROID_NDK environment variable\n\t-s \u003csdk_dir\u003e    The path to the Android SDK. Alternatively, you may set the ANDROID_SDK environment variable\n\t-j \u003cnum-cpus\u003e   The number of processors to use in building (passed on to scons)\n\t-m \u003cmode\u003e       The v8 build mode (release, debug. default: release)\n\t-t              Build a thirdparty tarball for uploading\n```\n\nNote: This build is designed to work on a 32-bit Linux. If you wish to install it on a 64-bit version, you would need to install 32-bit libraries:\n\nsudo apt-get -y install gcc-multilib g++-multilib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fv8_titanium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Fv8_titanium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fv8_titanium/lists"}