# somemongoose **Repository Path**: x-itg/mongoose-stm32f429 ## Basic Information - **Project Name**: somemongoose - **Description**: mongoose-stm32f429-stm32f407-fs-esp32-device-board-vscode 嵌入式网络软件包mongoose在stm32和esp32上的demo - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-31 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # somemongoose ## windows下编译环境的搭建 [MSYS2](https://www.msys2.org/) 打开C:\msys64\mingw64.exe 运行: pacman -S base-devel pacman -S mingw-w64-x86_64-toolchain pacman -S mingw-w64-i686-toolchain windows平台下的话makefile里 -o前面加入--lws2_32 打开C:\msys64\mingw64.exe cd到当前文件夹键入make进行编译 可以直接将mongoose.c .h拷贝替代进工程,可以将makefile中的docker部分移除