# learn_openjdk14 **Repository Path**: YMQ_1314/learn_openjdk14 ## Basic Information - **Project Name**: learn_openjdk14 - **Description**: deepin系统+vscode。可编译运行以及调试。 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-12 - **Last Updated**: 2024-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Welcome to the JDK! =================== For information about building the JDK, including how to retrieve all of the source code, please see either of these files: * doc/building.html (html version) * doc/building.md (markdown version) See http://openjdk.java.net/ for more information about the OpenJDK Community and the JDK. # Run configure bash configure --with-target-bits=32 --with-boot-jdk=./jdk-13.0.2 --enable-debug --with-debug-level=slowdebug --enable-native-debug-symbols=internal ZIP_DEBUGINFO_FILES=0 --with-jvm-variants=server 运行 bash configure --with-boot-jdk=./jdk-13.0.2 --with-debug-level=slowdebug --with-native-debug-symbols=internal --with-jvm-variants=server # Run make make images # Verify your newly built JDK ./build/*/images/jdk/bin/java -version # Run basic tests make run-test-tier1 # Linux install dependencies software Linux: apt-get install build-essential GCC: at least version 7.4 of gcc FreeType: apt-get install libfreetype6-dev CUPS: apt-get install libcups2-dev x11: apt-get install libx11-dev libxext-dev libxrender-dev libxrandr-dev libxtst-dev libxt-dev ALSA: apt-get install libasound2-dev Libffi: apt-get install libffi-dev Build Tools Requirements Autoconf: apt-get install autoconf GUN Make: at least version 3.81 of GUN Make GUN Bash: at least version 3.2 of Gun Bash FontConfig: apt-get install libfontconfig1-dev