X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Ftest%2Freadme.txt;h=35daa0a8f4a82344106dd6310cc14d2db4e13ade;hp=520e2da89e4523b8c4d4b87593593cb94375538a;hb=2fbf70096f64af622da983e88c5a64e90ad9bdbd;hpb=9e108bb6d4caf2f6d4e920c640882fa49c15684c diff --git a/fhi_lib/test/readme.txt b/fhi_lib/test/readme.txt index 520e2da..35daa0a 100644 --- a/fhi_lib/test/readme.txt +++ b/fhi_lib/test/readme.txt @@ -1,39 +1,39 @@ -/****************************************************************************** -* -* Copyright (c) 2019 Intel. -* -* 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 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* -*******************************************************************************/ - - -Download googletest from https://github.com/google/googletest/releases -Untar google test. -The recommended installation folder is /opt/gtest/ - -Example build and installation commands: -sudo tar -xvf googletest-release-1.7.0.tar.gz -sudo mv googletest-release-1.7.0 gtest-1.7.0 -export GTEST_DIR=/opt/gtest/gtest-1.7.0 -cd ${GTEST_DIR} -sudo g++ -isystem ${GTEST_DIR}/include -I${GTEST_DIR} -pthread -c ${GTEST_DIR}/src/gtest-all.cc -sudo ar -rv libgtest.a gtest-all.o -cd ${GTEST_DIR}/build-aux -sudo cmake ${GTEST_DIR} -sudo make -cd ${GTEST_DIR} -sudo ln -s build-aux/libgtest_main.a libgtest_main.a - -setup GTEST_ROOT - +/****************************************************************************** +* +* Copyright (c) 2019 Intel. +* +* 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 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*******************************************************************************/ + + +Download googletest from https://github.com/google/googletest/releases +Untar google test. +The recommended installation folder is /opt/gtest/ + +Example build and installation commands: +sudo tar -xvf googletest-release-1.7.0.tar.gz +sudo mv googletest-release-1.7.0 gtest-1.7.0 +export GTEST_DIR=/opt/gtest/gtest-1.7.0 +cd ${GTEST_DIR} +sudo g++ -isystem ${GTEST_DIR}/include -I${GTEST_DIR} -pthread -c ${GTEST_DIR}/src/gtest-all.cc +sudo ar -rv libgtest.a gtest-all.o +cd ${GTEST_DIR}/build-aux +sudo cmake ${GTEST_DIR} +sudo make +cd ${GTEST_DIR} +sudo ln -s build-aux/libgtest_main.a libgtest_main.a + +setup GTEST_ROOT + export GTEST_ROOT=/opt/gtest/gtest-1.7.0 \ No newline at end of file