LINUX端安装
1.uBuntu普通用户在当前目录下删除CodeTyphon目录
2.windows下将CodeTyphon.zip解包释放到CodeTyphon目录(uBuntu用unzip解包有错)
3.通过FTP将windows下CodeTyphon目录上传到uBuntu普通用户目录下
4.uBuntu普通用户登陆操作:
$ sudo chmod 777 CodeTyphon/ScriptsLin/ln1_Install_SysLibraries_For_Ubuntu.sh
$ sudo CodeTyphon/ScriptsLin/ln1_Install_SysLibraries_For_Ubuntu.sh
$ cd CodeTyphon
$ sudo chmod 777 setup.sh
$ sudo ./setup.sh
5.选择菜单(7)Remove and Build lazarus and FreePascal,进行系统的安装
6.安装完毕后,选择菜单(2) Run lazarus进入IDE
7.如果要使用MySQL5控件则
$ sudo apt-get install libmysqlclient15-dev

WINDOWS端安装
1.当前目录下删除CodeTyphon目录
2.将CodeTyphon.zip解包释放到CodeTyphon目录
3.进入CodeTyphon目录运行setup.bat
4.选择菜单(7)Remove and Build lazarus and FreePascal,进行系统的安装
5.将MySQL5.1.58包中的libmysql.dll文件覆盖到\windows\system32目录

相关文章:

  • 2021-12-03
  • 2021-12-05
  • 2021-12-06
  • 2021-11-20
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
猜你喜欢
  • 2021-06-06
  • 2022-02-16
  • 2022-12-23
  • 2021-09-09
  • 2021-11-15
  • 2022-12-23
  • 2021-11-21
相关资源
相似解决方案