Skip to content

Files

Latest commit

f12491f · May 8, 2023

History

History
This branch is 232 commits behind opencomputeproject/SAI:master.

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 9, 2021
Feb 5, 2023
Mar 10, 2023
Jul 9, 2021
May 8, 2023
Feb 24, 2023
Feb 9, 2022
Aug 8, 2017
/*
 * Copyright (c) 2015 Microsoft Open Technologies, Inc. 
 *   
 *    Licensed under the Apache License, Version 2.0 (the "License"); you may 
 *    not use this file except in compliance with the License. You may obtain 
 *    a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 *    THIS CODE IS PROVIDED ON AN  *AS IS* BASIS, WITHOUT WARRANTIES OR 
 *    CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT 
 *    LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS 
 *    FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT.
 *
 *    See the Apache Version 2.0 License for specific language governing 
 *    permissions and limitations under the License. 
 *
 *    Microsoft would like to thank the following companies for their review and
 *    assistance with these files: Intel Corporation, Mellanox Technologies Ltd,
 *    Dell Products, L.P., Facebook, Inc., Marvell International Ltd.
 *
 *
 */
Assumption on SAI Header Version
SAI ver 0.9.3

Location of SAI Headers
/usr/include/sai

1. Download gtest-1.7.0
   
   wget https://googletest.googlecode.com/files/gtest-1.7.0.zip

2. Unzip gtest-1.7.0.zip

   unzip gtest-1.7.0.zip 

3. Build

   make

   basic_router is under bin/

4. Clean

   make clean