Skip to content

Instantly share code, notes, and snippets.

View fperezgamonal's full-sized avatar

Ferran Pérez Gamonal fperezgamonal

View GitHub Profile
@fperezgamonal
fperezgamonal / build_and_extract_TF_source.ps1
Created September 17, 2021 10:56
Script to build from source and extract DLL, lib and includes for TF 1.15.3 and 2.6.0 (Windows)
#
# Auxiliary script that simply calls the 2 main scripts above: one builds TF, the other extracts the lib, DLL and includes.
# TF version should be in the format v.X.Y.Z, for instance: v2.6.0.
#
# Usage:
# .\build_and_extract_TF_source.ps1 -TFVersion v2.6.0
#
param (
[Parameter(Mandatory = $true)]