From 572be2e15f8c0593ef7d84ffc982630f9906eb3b Mon Sep 17 00:00:00 2001 From: eli25046486 Date: Wed, 8 Mar 2023 18:20:48 +0300 Subject: [PATCH] lab1 is sending to remote repository --- report.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 report.md diff --git a/report.md b/report.md new file mode 100644 index 0000000..8cc598f --- /dev/null +++ b/report.md @@ -0,0 +1,48 @@ +1) $ wget https://sourceforge.net/projects/boost/files/boost/1.69.0/boost_1_69_0.tar.gz +2) $ tar -xvf boost_1_69_0.tar.gz +3) find . -maxdepth 1 -type f | wc -l +18 +4) $ find . -type f|wc -l +68431 +5) $ find . -type f -name "*.hpp" -o -name "*.h" | wc -l +15208 + $ find . -type f -name "*.cpp" | wc -l +13774 + find . -not -name "*.h" -not -name "*.hpp" -not -name "*.cpp" | wc -l +45474 +6) find `pwd` -name any.hpp +/home/elizaveta/boost_1_69_0/boost/any.hpp +/home/elizaveta/boost_1_69_0/boost/xpressive/detail/utility/any.hpp +/home/elizaveta/boost_1_69_0/boost/proto/detail/any.hpp +/home/elizaveta/boost_1_69_0/boost/type_erasure/any.hpp +/home/elizaveta/boost_1_69_0/boost/fusion/include/any.hpp +/home/elizaveta/boost_1_69_0/boost/fusion/algorithm/query/any.hpp +/home/elizaveta/boost_1_69_0/boost/fusion/algorithm/query/detail/any.hpp +/home/elizaveta/boost_1_69_0/boost/spirit/home/support/algorithm/any.hpp +/home/elizaveta/boost_1_69_0/boost/hana/any.hpp +/home/elizaveta/boost_1_69_0/boost/hana/fwd/any.hpp +7) grep -Ril "boost::asio" +8)sudo apt install libicu-dev +sudo apt install g++ +./bootstrap.sh –prefix=boost_out +sh bootstrap.sh +./b2 install —prefix=123 +9)mv 123 boost-libs +10) cd +cd boost_1_69_0/tools/build/boost-libs + + +find . -type f -exec du -h {} + + + +11) find . -type f -exec du {} +|sort -rh | head -n 10 +288 ./bin/bjam +288 ./bin/b2 +80 ./share/boost-build/src/tools/msvc.jam +64 ./share/boost-build/src/build/targets.jam +60 ./share/boost-build/src/tools/msvc.py +60 ./share/boost-build/src/build/targets.py +56 ./share/boost-build/src/build/project.py +52 ./share/boost-build/src/tools/gcc.jam +48 ./share/boost-build/src/build/project.jam +48 ./share/boost-build/src/build/generators.py