下编

在CentOS环境下编译GreatSQL RPM包

本文介绍如何在CentOS环境下编译GreatSQL RPM包。 运行环境是docker中的CentOS 8 x86_64: $ docker -v Docker version 20.10.10, build b485636 $ docker run -itd --hostname c8 --na ......
下编 GreatSQL 环境 CentOS RPM

wsl文件最好不要在windows下编译

1 前提描述 我渐渐习惯使用 Win10 Linux Bash Shell,之前用过 Ubuntu 18 通过 Win10 bash,建立文件,在win10中,通过 notepad++ 编辑文件 通过 notepa++ 修改 ubuntu 下的编程文件,除了偶然会修改掉文件的权限,没有大的问题 2 ......
下编 windows 文件 最好 wsl

windows下编写lua脚本生成exe

之前我有个想法,想在window下,远程执行服务器Linux下的某个脚本,我第一时间想到的是用 jekenis,但感觉如果能对输入参数更灵活操作,会更好些,然后发现一个比较有意思的工具 srlua ,它可以将lua编写的代码打包输出成 exe 文件。 srlua 目录内容如下: 操作说明: glue ......
下编 脚本 windows lua exe

lazarus下编译QT5

用Lazarus自带的libQt5Pas.so无法通过编译。主要是在高于2.2.0版本的Lazarus时要用到libQt5Pas.so库要大于1.2.10才能编译。 方法一:到Release V1.2.15 · libqt5pas (github.com)下载对应操作系统与CPU的库文件。 方法二: ......
下编 lazarus QT5 QT

Linux下编译安装python

1安装依赖 yum install gcc patch libffi-devel python-devel zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-dev ......
下编 python Linux

Windows下编译sqlcipher4的shell版本

越来越多的应用开始接入SQLCipher4了,虽然在Windows上有工具可以打开,但是没法使用脚本解密,也就不能实现自动化。 在网上找了很久都没有找到4的编译版本,因此自己找资料编译一下。 准备 安装openssl,并配置环境变量OPENSSSL_CONFIG,值为C:\Program Files ......
下编 sqlcipher4 sqlcipher Windows 版本

win10下编译DCNv2报错打不开"dcn_v2_cuda.obj"

1、换了cuda11.0和torch1.7.1,找了适配cuda11.0的DCNv2,使用的vs2019的cl.exe 链接:https://github.com/rathaROG/DCNv2_Windows, 2、之前一直没注意到vscode的terminal报错cond init什么东西,意思就 ......
下编 quot DCNv2 dcn_v DCNv

Ubuntu下编译最新版本全志开源FEL模式工具sunxi-tools

1、sunxi-tools介绍 sunxi-tools是一组用于全志SoC系列芯片的开源命令行工具,全志的SoC一般以sun开头,x为数字,以i结尾。对于sun4i,sun5i,sun6,sun8i,sun9i.等等系列都可以使用这个工具。比如手上的这个板子是H616,它的名字是sun50i-H61 ......
下编 sunxi-tools 版本 模式 工具

ubuntu18.04环境下编译支持debuginfod的gdb

ubuntu18.04环境下编译支持debuginfod的gdb 介绍 Ubuntu 22.10 版本才默认安装debuginfod,对于之前的发行版都需要手动配置。gdb从10.1版本才开始支持debuginfod,而Ubuntu旧的发行版里gdb都低于10.1版本。另外,debuginfod被包 ......
下编 debuginfod 环境 ubuntu 18.04

win下编译libcurl x86静态库 (附带ssl)

Visual Studio版本: 克隆libcurl项目: git clone https://github.com/curl/curl.git 添加依赖(ssl): 在拷贝的项目下添加deps目录: 在deps下创建lib和include目录: 关于编译openssl参考: https://www ......
下编 静态 libcurl win ssl

window下编译openssl

Building OpenSSL 1.1.1(b) Notes (Windows) · GitHub Required: Visual Studio 2015 or 2017 (or probably later works) Setup 1. Clone/download OpenSSL 1.1. ......
下编 openssl window

Windows下编译FFmpeg

Windows下在编译前需要修改环境变量,确保有这两个变量 INCLUDE 以及 PKG_CONFIG_PATH 除此之外,我们还对编出来的库有些其它要求,例如,库名中不能有版本号相关的信息, 修改configure ```shell win32|win64) disable symver if e ......
下编 Windows FFmpeg

aarch64/arm_v8 环境下编译Arcade-Learning-Environment —— ale-py

conda install g++=12 cmake ../ -DCMAKE_BUILD_TYPE=Release -DPYTHON_INCLUDE_DIR=/home/share/xxx/home/software/anaconda3/include -DPYTHON_LIBRARY=/home/ ......

Windows下编译项目 ckcore ckfilesystem

该项目是用来生成iso镜像文件的,类似于UltraISO,好处就是开源滴, 我为什么要跟它们打交道,说来也简单:我们一开始用UltraISO给我们的操作系统发行版制作启动光盘,但是发现这样做好的光盘头部总是不能被我们的biso(UEFI BISO)识别,但是因为系统的启动过程是把若干文件镜像加载到内 ......
下编 ckfilesystem Windows 项目 ckcore

WSL(ubuntu18.04)下编译glibc-2.27

一、简介 本文主要介绍在Windows平台上的WSL中编译glibc-2.27,步骤不难,主要是版本需要注意,不能随意匹配版本。 二、准备工具 需要先在微软商店安装ubuntu18.04,并安装cmake,gcc,详细步骤可参考之前的博客——https://www.cnblogs.com/Clark ......
下编 ubuntu 18.04 glibc 2.27

Ubuntu20.04 下编译和运行 FreeSWITCH的问题汇总

# 1. Ubuntu20.04 下编译和运行 FreeSWITCH的问题汇总 ## 1.1. 环境 - Ubuntu20.04.2 LTS (Linux 5.4.0-152-generic x86_64 GNU/Linux) - [FreeSWITCH-1.10.9-release](https: ......
下编 FreeSWITCH Ubuntu 问题 20.04

【C++第三方库】Windows下编译和使用websocketpp

# 应用场景: 使用C++开发一个支持websocket协议的服务进程,可与HTML5(浏览器js文件)通信。来实现替换基于firebreath框架的跨浏览器插件开发。 当前,讲述websocketpp开源库的应用。目的是为了实现C++进程,支持websocket协议。 但 WebSocketpp ......
下编 websocketpp 第三方 Windows

x86_64 ubuntu22.04环境下编译版本python3.13.0 alpha 0源码——python3.13.0 alpha 0的源码编译

python3.13.0 alpha 0版本源码编译: 环境——x86_64 ubuntu22.04系统: 1. 源码下载: git clone https://github.com/python/cpython 2. 修改apt源地址: 编辑文件: sudo vim /etc/apt/source ......
源码 下编 python3 python alpha

Linux下编译安装python3.7 附带python-dev

1、安装开发工具包 sudo yum -y groupinstall "Development tools" 2、安装依赖包 sudo yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel rea ......
下编 python python-dev python3 Linux

VTK9.1.0在Windows10+VS2019+Qt 5.15.2环境下编译安装以及VTK应用于QT

下载VTK安装包在VTK官网 Download | VTK 中下载VTK9.1.0待编译源码,解压后在路径Documentation/dev/bulid.md中可以看到官方提供的Prerequisites以及简易教程 编译环境安装按照官方提供的Prerequisites,安装以下环境: CMakeV ......
下编 VTK Windows 环境 VTK9

2-2 在不使用运算符&&或||的条件下编写一个与上面的 for 循环语句等价的循 环语句

# Archlinux GCC 13.1.1 20230429 点击查看代码 ``` #include int main() { while( (c_in=getchar()) != '\n' ) { if( c_in != EOF ){ if( i 小白刚学习C语言,代码质量不高,欢迎评论。 ......
语句 下编 运算符 等价 amp

Linux下编译安装实验

[TOC] ### 一、编译安装 #### 1. 编译安装过程 ![](https://img2023.cnblogs.com/blog/2731637/202307/2731637-20230720091219338-303702059.png) #### 2. 编译安装实验 **去官网下载安装包 ......
下编 Linux

centos下编译 protobuf

1、 git clone https://github.com/protocolbuffers/protobuf.git 2、 然后cd到protobuf目录执行:git submodule update --init --recursive 3、 然后使用yum安装对应的库,yum install ......
下编 protobuf centos

WINDOWS 环境下编译 OLLVM 替换到 NDK 环境

## 编译 OLLVM ### 环境准备 这里使用的是`AGP 7.2.2`、`NDK 25.2.9519653`、`llvm 14.0.7`、`cmake 3.22.1`、`python39` #### git 用来下载源码 #### python 搞到这一步环境变量里应该已经有[python]( ......
下编 环境 WINDOWS OLLVM NDK

【C++开源库】Windows 下编译 libcurl 库

## What is libcurl ? libcurl 是一个跨平台的网络协议库,支持 http, https, ftp, gopher, telnet, dict, file, 和 ldap 协议。libcurl 同样支持 HTTPS 证书授权,HTTP POST, HTTP PUT, FTP ......
下编 Windows libcurl

ubuntu 22.04.1 下编译 opencv 4.5.4

ubuntu 22.04.1 下,如何编译 opencv 4.5.4,我需要编译一个静态库 .a,可以独立使用,不依赖于 .so,我已有源码,在目录 /root/opencv-4.5.4 下 2023/7/7 15:21:19 如果你已经有了 OpenCV 4.5.4 的源码,并且想在 Ubuntu ......
下编 ubuntu opencv 22 04

linux下编译安装ffmpeg支持libx264

1、安装yasm # wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz # tar -xvf yasm-1.3.0.tar.gz # cd yasm-1.3.0 编译安装yasm,安装ffmpeg必须要安装的 # ......
下编 ffmpeg linux libx 264

ubuntu22.04下编译ffmpeg-6.0,并且激活x264编码功能。记录一下踩坑(ERROR: x264 not found using pkg-config)

一.编译x264(在编译前确保安装了pkg-config,默认在/usr/share下) 1.下载x264源代码:(我下载到了~/Downloads下,各位随意就好) git clone https://code.videolan.org/videolan/x264.git 2.下载好后,将x264 ......
下编 x264 pkg-config 激活 264

Centos8 下编译使用opencv4.5.5 生成.jar与so

1,环境准备 yum install epel-release git gcc gcc-c++ cmake3 qt5-qtbase-devel python python-devel python-pip cmake python-devel numpy python34-numpy gtk2-de ......
下编 Centos8 opencv4 Centos opencv

CentOS下编写Dockerfile,基于coder-server,打造网页版的vscode

FROM codercom/code-server:latest WORKDIR /home/coder/code-server # 设 置 环 境 变 量 ,加 速 构 建 过 程 ENV TZ=Asia/Shanghai ENV PASSWORD=1234568X # 下载 Node.js 并设 ......
下编 coder-server Dockerfile 网页 CentOS
共40篇  :1/2页 首页上一页1下一页尾页