帮助文档

http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki

 

历史版本
https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki

 

源代码下载【简直无力吐槽,用的代码版本控制工具居然是Fossil,我熟悉的是git和svn】

http://system.data.sqlite.org/index.html/doc/trunk/www/source.wiki

 

 

 

 

fossil的下载地址,安装很快的

http://www.fossil-scm.org/download.html

***安装完成之后,将可执行文件放到C:\Windows\System32    【此目录默认在PATH环境变量】              //cmd命令就在此目录,之后运行cmd,就可以通过命令行来操作fossil了***不能切换目录

可以将可执行文件放到此目录C:\Program Files (x86)\Git\bin   然后调用gitbash

For convenience, the Fossil executable file should be placed in a directory present in your PATH. To uninstall Fossil, simply delete the executable file.

 

使用此命令可以clone完整的版本库,先创建一个文件夹Fossil,然后在Fossil文件夹里面新建一个文件夹System.Data.SQLite,然后在Fossil文件夹调用fossil clone

fossil clone http://system.data.sqlite.org/ System.Data.SQLite/sds.fossil

 

fossil clone命令执行完成之后,所有的数据都存放在System.Data.SQLite文件夹下的sds.fossil文件中,查看了下大小为271M。

在Fossil文件夹下执行命令 fossil open System.Data.SQLite/sds.fossil    

然后查看Fossil文件夹,就会发现,所有的代码文件已经解压出来了

 

 

如果以后想要更新最新的代码

执行此命令fossil update

 

 

这样就可以查看chm文档了(官网直接下载的不能查看)

意外之喜是,居然可以直接查看msdn上的文档

 

相关文章:

  • 2022-01-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2022-01-02
  • 2021-08-23
猜你喜欢
  • 2022-12-23
  • 2021-09-29
  • 2021-06-14
  • 2021-08-12
  • 2022-01-26
  • 2022-01-21
相关资源
相似解决方案