Skip to content

获取代码和编译代码

chatop2020 edited this page Dec 24, 2021 · 4 revisions

操作系统要求

  • 你的操作系统必须支持.Net6
    下载地址:https://dotnet.microsoft.com/en-us/download/dotnet/6.0
    根据自己的操作系统下载不同的.Net6安装包
  • 拥有双核以上CPU
  • 拥有2G以上内存
  • 在编译过程中会需要下载一些第三方包,所以需要保证网络通畅(注意搬梯子)

编译方法

  • 建议使用JetBrains Rider 加载工程然后编译

原码下载

git clone https://github.com/chatop2020/AKStream.git

编译

  • 建议使用JetBrains Rider 加载工程然后编译(首选)
  • 以下是针对有经验的开发者的编译方法,没有经验的尽量选择Rider进行编译
  • 进入原码目录
  • 运行dotnet build进行编译
  • 编译Release版本时在dotnet build 后面要加参数 --configuration Release

例1-Linux下进行编译

qiuzhouwei@qiuzhouweideMacBook-Pro Source % git clone https://github.com/chatop2020/AKStream.git
Cloning into 'AKStream'...
remote: Enumerating objects: 447, done.
remote: Counting objects: 100% (447/447), done.
remote: Compressing objects: 100% (291/291), done.
remote: Total 2803 (delta 266), reused 288 (delta 145), pack-reused 2356
Receiving objects: 100% (2803/2803), 1.86 MiB | 8.00 KiB/s, done.
Resolving deltas: 100% (1755/1755), done.
qiuzhouwei@qiuzhouweideMacBook-Pro Source % cd AKStream 
qiuzhouwei@qiuzhouweideMacBook-Pro AKStream % dotnet build --configuration Release

一直等到编译完成,在各工程的目录中的bin/Release/net6.0下生成很多文件,这些就是可执行文件,之后运行项目需要他们,这些文件就是各工程编译完成的可执行文件, 一般以.dll,.xml,等扩展名结尾

chatop@qiuzhouweideMacBook-Pro net6.0 % ls -lh
total 62848
-rw-r--r--   1 chatop  staff    38K  1  7 11:37 AKStreamWeb.Views.dll
-rw-r--r--   1 chatop  staff    25K  1  7 11:37 AKStreamWeb.Views.pdb
-rw-r--r--   1 chatop  staff   226K  1  7 11:37 AKStreamWeb.deps.json
-rw-r--r--   1 chatop  staff   179K  1  7 11:37 AKStreamWeb.dll
-rw-r--r--   1 chatop  staff    63K  1  7 11:37 AKStreamWeb.pdb
-rw-r--r--   1 chatop  staff   212B  1  7 11:37 AKStreamWeb.runtimeconfig.dev.json
-rw-r--r--   1 chatop  staff   213B  1  7 11:37 AKStreamWeb.runtimeconfig.json
-rw-r--r--   1 chatop  staff    53K  1  7 11:37 AKStreamWeb.xml
-rwxr--r--   1 chatop  staff   2.8M 10  5 16:01 BouncyCastle.Crypto.dll
drwxr-xr-x   5 chatop  staff   160B  1  7 11:37 Config
-rwxr--r--   1 chatop  staff   376K 11 11 18:49 DmProvider.dll
-rwxr--r--   1 chatop  staff   128K  8  1 13:34 DnsClient.dll
-rwxr--r--   1 chatop  staff   4.0K 12  2 02:47 FreeSql.All.dll
-rwxr--r--   1 chatop  staff   135K 12  2 02:47 FreeSql.DbContext.dll
-rwxr--r--   1 chatop  staff   134K 12  2 02:47 FreeSql.Provider.Dameng.dll
-rwxr--r--   1 chatop  staff    87K 12  2 02:47 FreeSql.Provider.MsAccess.dll
-rwxr--r--   1 chatop  staff   143K 12  2 02:47 FreeSql.Provider.MySql.dll
-rwxr--r--   1 chatop  staff   675K 12  2 02:47 FreeSql.Provider.Odbc.dll
-rwxr--r--   1 chatop  staff   138K 12  2 02:47 FreeSql.Provider.Oracle.dll
-rwxr--r--   1 chatop  staff   184K 12  2 02:47 FreeSql.Provider.PostgreSQL.dll
-rwxr--r--   1 chatop  staff   151K 12  2 02:47 FreeSql.Provider.SqlServer.dll
-rwxr--r--   1 chatop  staff   107K 12  2 02:47 FreeSql.Provider.Sqlite.dll
-rwxr--r--   1 chatop  staff   4.5K 12  2 02:47 FreeSql.Repository.dll
-rwxr--r--   1 chatop  staff   1.1M 12  2 02:47 FreeSql.dll
-rwxr--r--   1 chatop  staff   292K  8 10  2018 Google.Protobuf.dll
-rwxr--r--   1 chatop  staff    30K  2  6  2019 INIFileParser.dll
-rwxr--r--   1 chatop  staff    17K  7  3  2019 K4os.Compression.LZ4.Streams.dll
-rwxr--r--   1 chatop  staff    40K  7  3  2019 K4os.Compression.LZ4.dll
-rwxr--r--   1 chatop  staff    12K  7  3  2019 K4os.Hash.xxHash.dll
-rw-r--r--   1 chatop  staff   205K  1  7 11:36 LibCommon.dll
-rw-r--r--   1 chatop  staff   102K  1  7 11:36 LibCommon.pdb
-rw-r--r--   1 chatop  staff   174K  1  7 11:36 LibCommon.xml
-rw-r--r--   1 chatop  staff    77K  1  7 11:37 LibGB28181SipServer.dll
-rw-r--r--   1 chatop  staff    31K  1  7 11:37 LibGB28181SipServer.pdb
-rw-r--r--   1 chatop  staff   5.0K  1  7 11:36 LibLogger.dll
-rw-r--r--   1 chatop  staff   9.8K  1  7 11:36 LibLogger.pdb
-rw-r--r--   1 chatop  staff    20K  1  7 11:36 LibSystemInfo.dll
-rw-r--r--   1 chatop  staff    21K  1  7 11:36 LibSystemInfo.pdb
-rw-r--r--   1 chatop  staff   2.1K  1  7 11:36 LibSystemInfo.xml
-rw-r--r--   1 chatop  staff    72K  1  7 11:37 LibZLMediaKitMediaServer.dll
-rw-r--r--   1 chatop  staff    48K  1  7 11:37 LibZLMediaKitMediaServer.pdb
-rwxr--r--   1 chatop  staff    52K 10 21 00:07 Microsoft.AspNetCore.JsonPatch.dll
-rwxr--r--   1 chatop  staff    61K 10 21 00:17 Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
-rwxr--r--   1 chatop  staff   350K 11 19 22:10 Microsoft.Data.SqlClient.dll
-rwxr--r--   1 chatop  staff    37K 10 19 23:52 Microsoft.Extensions.DependencyInjection.Abstractions.dll
-rwxr--r--   1 chatop  staff    71K 10 19 23:52 Microsoft.Extensions.DependencyInjection.dll
-rwxr--r--   1 chatop  staff    47K  8 20 23:51 Microsoft.Extensions.Logging.Abstractions.dll
-rwxr--r--   1 chatop  staff   1.2M 10 19 21:51 Microsoft.Identity.Client.dll
-rwxr--r--   1 chatop  staff    61K 10 13 00:21 Microsoft.IdentityModel.JsonWebTokens.dll
-rwxr--r--   1 chatop  staff    24K 10 13 00:23 Microsoft.IdentityModel.Logging.dll
-rwxr--r--   1 chatop  staff   106K 10 13 00:31 Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-rwxr--r--   1 chatop  staff    32K 10 13 00:25 Microsoft.IdentityModel.Protocols.dll
-rwxr--r--   1 chatop  staff   850K 10 13 00:27 Microsoft.IdentityModel.Tokens.dll
-rwxr--r--   1 chatop  staff   170K  8 29 20:14 Microsoft.OpenApi.dll
-rwxr--r--   1 chatop  staff    40K 10 19 18:37 Microsoft.Win32.Registry.dll
-rwxr--r--   1 chatop  staff    27K 10 19 18:40 Microsoft.Win32.SystemEvents.dll
-rwxr--r--   1 chatop  staff   1.7M  6  2  2020 MySql.Data.dll
-rwxr--r--   1 chatop  staff    14K  8 26  2019 NetTopologySuite.IO.PostGis.dll
-rwxr--r--   1 chatop  staff   522K  8 26  2019 NetTopologySuite.dll
-rwxr--r--   1 chatop  staff    95K 11 27  2018 Newtonsoft.Json.Bson.dll
-rwxr--r--   1 chatop  staff   677K 11  9  2019 Newtonsoft.Json.dll
-rwxr--r--   1 chatop  staff    39K 11 15 17:45 Npgsql.LegacyPostgis.dll
-rwxr--r--   1 chatop  staff    14K 11 15 17:45 Npgsql.NetTopologySuite.dll
-rwxr--r--   1 chatop  staff   750K 11 15 17:45 Npgsql.dll
-rwxr--r--   1 chatop  staff   4.5M 11  6 01:52 Oracle.ManagedDataAccess.dll
drwxr-xr-x   3 chatop  staff    96B  1  7 11:37 Properties
-rwxr--r--   1 chatop  staff   415K 10 16  2017 Renci.SshNet.dll
-rw-r--r--   1 chatop  staff   4.3M  1  7 11:36 SIPSorcery.dll
-rw-r--r--   1 chatop  staff   360K  1  7 11:36 SIPSorcery.pdb
-rwxr--r--   1 chatop  staff    22K 11 17 16:04 SIPSorceryMedia.Abstractions.dll
-rwxr--r--   1 chatop  staff    34K  7 14  2016 SshNet.Security.Cryptography.dll
-rwxr--r--   1 chatop  staff    20K  9 23 12:47 Swashbuckle.AspNetCore.Annotations.dll
-rwxr--r--   1 chatop  staff    16K  9 23 12:47 Swashbuckle.AspNetCore.Swagger.dll
-rwxr--r--   1 chatop  staff    79K  9 23 12:47 Swashbuckle.AspNetCore.SwaggerGen.dll
-rwxr--r--   1 chatop  staff   3.2M  9 23 12:47 Swashbuckle.AspNetCore.SwaggerUI.dll
-rwxr--r--   1 chatop  staff   373K 10 19 18:52 System.Configuration.ConfigurationManager.dll
-rwxr--r--   1 chatop  staff    98K 10 19 18:51 System.Data.Odbc.dll
-rwxr--r--   1 chatop  staff   120K 10 19 18:52 System.Data.OleDb.dll
-rwxr--r--   1 chatop  staff   347K  5 31  2020 System.Data.SQLite.dll
-rwxr--r--   1 chatop  staff    49K 10 19 18:50 System.Diagnostics.PerformanceCounter.dll
-rwxr--r--   1 chatop  staff   169K 10 19 18:50 System.Drawing.Common.dll
-rwxr--r--   1 chatop  staff    80K 10 13 00:20 System.IdentityModel.Tokens.Jwt.dll
-rwxr--r--   1 chatop  staff    82K 11 15  2019 System.Runtime.Caching.dll
-rwxr--r--   1 chatop  staff    16K 10 19 18:47 System.Runtime.CompilerServices.Unsafe.dll
-rwxr--r--   1 chatop  staff    54K 10 19 18:37 System.Security.AccessControl.dll
-rwxr--r--   1 chatop  staff    21K 10 19 18:52 System.Security.Cryptography.ProtectedData.dll
-rwxr--r--   1 chatop  staff    95K 10 19 18:53 System.Security.Permissions.dll
-rwxr--r--   1 chatop  staff    37K 10 19 18:37 System.Security.Principal.Windows.dll
-rwxr--r--   1 chatop  staff   738K 10 19 18:47 System.Text.Encoding.CodePages.dll
-rwxr--r--   1 chatop  staff    25K 10 19 18:53 System.Windows.Extensions.dll
-rwxr--r--   1 chatop  staff   116K  6 11  2016 System.Xml.XPath.XmlDocument.dll
-rwxr--r--   1 chatop  staff    23K 10 24  2017 SystemInfoLibrary.dll
-rwxr--r--   1 chatop  staff    58K  6  2  2020 Ubiety.Dns.Core.dll
-rwxr--r--   1 chatop  staff    14K  6  2  2020 Zstandard.Net.dll
-rw-r--r--   1 chatop  staff   159B 12  7 17:31 appsettings.Development.json
-rw-r--r--   1 chatop  staff   182B 12  7 17:31 appsettings.json
drwxr-xr-x  22 chatop  staff   704B  1  7 00:00 log
-rwxr--r--   1 chatop  staff   252K  9 18 11:44 log4net.dll
drwxr-xr-x  13 chatop  staff   416B 12  7 17:43 runtimes
-rwxr--r--   1 chatop  staff   222K 11  7  2019 websocket-sharp.dll

Clone this wiki locally